You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is in the wrong forum. I've only been playing around with repos and builds for a week, I don't really know what I'm doing.
I have two main issues. The first is that I'm in China and even when using a VPN, the network is unstable, especially when downloading from git as it doesn't support resume. Getting models isn't a problem as I can use Free Download Manager which has resume.
I'm trying to install lllyasviel's stable-diffusion-webui-forge one click build. The version of torch in his 3 builds aren't compatible with my system:
torch-2.1.2+cu118-cp310-cp310-win_amd64.whl works on my system with Stable Diffusion so I'm guessing it will also work with Stable Diffusion Webui Forge.
I've tried to install Stable Diffusion Webui Force using Stability Matrix, but it fails when trying to install torch due to the unstable network.
I have torch-2.1.2+cu118-cp310-cp310-win_amd64.whl on my HDs so don't need to download it.
Is it possible to edit the code in one of the scripts to prevent torch from being installed or to specify which version is installed so that I can set it to look for torch-2.1.2+cu118-cp310-cp310-win_amd64.whl and then skip the install when found?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
Apologies if this is in the wrong forum. I've only been playing around with repos and builds for a week, I don't really know what I'm doing.
I have two main issues. The first is that I'm in China and even when using a VPN, the network is unstable, especially when downloading from git as it doesn't support resume. Getting models isn't a problem as I can use Free Download Manager which has resume.
I'm trying to install lllyasviel's stable-diffusion-webui-forge one click build. The version of torch in his 3 builds aren't compatible with my system:
webui_forge_cu121_torch21.7z
webui_forge_cu121_torch231.7z
webui_forge_cu124_torch24.7z
torch-2.1.2+cu118-cp310-cp310-win_amd64.whl works on my system with Stable Diffusion so I'm guessing it will also work with Stable Diffusion Webui Forge.
I've tried to install Stable Diffusion Webui Force using Stability Matrix, but it fails when trying to install torch due to the unstable network.
I have torch-2.1.2+cu118-cp310-cp310-win_amd64.whl on my HDs so don't need to download it.
Is it possible to edit the code in one of the scripts to prevent torch from being installed or to specify which version is installed so that I can set it to look for torch-2.1.2+cu118-cp310-cp310-win_amd64.whl and then skip the install when found?
Beta Was this translation helpful? Give feedback.
All reactions