Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have already installed the corret version of python(3.10.6), miniconda(py310_24.4.0-0), git, CUDA12.1, torch(pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121) before extracting stable diffision webui.

After I clicked webui-user.bat, the command window tried to download https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp310-cp310-win_amd64.whl again, and failed to install it. I have tried reinstalling the whole stuff several times, and I guess I need to try more. Is there a way to avoid download the whole 2.5G torch file every time? The program seems to clear the downloaded file always.
And the reason I need to install sd webui many times
is that it doesn't recognize the torch. 'print(torch.cuda.is_available())' in python returns TRUE, but sd webui returns FALSE. Does it use the same python.exe?
Beta Was this translation helpful? Give feedback.
All reactions