Minimum PyTorch Version? #15856
-
Hello! I want to use stable diffusion webui on an old computer, with old Nvidia graphic card (compute capability 3.0, CUDA 10.2) which new PyTorch versions don't support. However when running the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Set the If torch has already been installed, add However, it probably won't run well, if at all, on a card that old. You can try the |
Beta Was this translation helpful? Give feedback.
Set the
TORCH_COMMAND
variable in webui-user.sh to the version you want. Old versions can be found here.If torch has already been installed, add
--reinstall-torch
toCOMMANDLINE_ARGS
(remove it afterward) or delete the venv folder.However, it probably won't run well, if at all, on a card that old. You can try the
--lowvram
option, but you may have to run it on the CPU instead.https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Optimizations