-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorRT extension works after MANUALLY installing correct version with CuDNN #158
Comments
I have fixed the problem, here is how:
StreamDiffusion should now work under CUDA 12.1 with correct functioning of the TensorRT extension |
You're a lifesaver!! stupid freaking defunct post11 link :( |
Does anyone know how to update the install script? So that it has these corrections , as well as fixing this #185 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CUDA 11.8, Python 3.10.14, Windows 11
Installed as per instructions:
pip3 install torch==2.1.0 torchvision==0.16.0 xformers --index-url https://download.pytorch.org/whl/cu118
pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt]
python -m streamdiffusion.tools.install-tensorrt
I managed to bypass #157 (comment) and make Streamdiffusion run by uninstalling nvidia-cudnn-cu11 after running the Streamdiffusion TensorRT installation script
This allows Streamdiffusion to finish building the engines, but when is doing the img2img process with image resolution of 512x512, it gives these error messages for every frame it generates:
and the image looks very corrupted, like it is made of rectangular tiles, and text prompts have no effect:


for reference this is the input image:
The text was updated successfully, but these errors were encountered: