olegchomp / TouchDiffusion

TouchDesigner implementation for real-time Stable Diffusion interactive generation with StreamDiffusion.
88 stars 3 forks source link

No errors during installation, error on component #5

Closed function-store closed 4 days ago

function-store commented 2 weeks ago

I was following the install steps according to the yt video, and have not gotten any errors. In TD I get the following though:

image

olegchomp commented 2 weeks ago

What's in nvcc --version

Did you get pop up error?

function-store commented 2 weeks ago

nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022 Cuda compilation tools, release 11.8, V11.8.89 Build cuda_11.8.r11.8/compiler.31833905_0

I got some errors pop up when trying to translate the model, but that was fixed. Other than that no errors in cmd.

olegchomp commented 2 weeks ago

Fixed with "fix pop up window" button or manually? Also what TD & Python version?

function-store commented 2 weeks ago

2023.11760

Python version is 3.11, the one used in the youtube tutorial. I followed all those steps.

And fixed using the button.

olegchomp commented 2 weeks ago

And you can create engine in webui?

function-store commented 2 weeks ago

yep, no errors there, and status: ready

olegchomp commented 2 weeks ago

You might try with 2023.11340 as version I tested. But all solution I found are about reinstalling torch. You can make it manually.

.venv\Scripts\activate.bat
pip install torch==2.1.0 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu118
function-store commented 2 weeks ago

tried that and also to force the reinstall. Also redid all the steps and still the same issue :(

olegchomp commented 2 weeks ago

Can you install torch in Python 3.11 without venv and run again? Another step might be to provide path to site-packages in TD preferences.