Replies: 1 comment 2 replies
-
use the version in the releases section, you should be able to copy to another machine after running once. |
Beta Was this translation helpful? Give feedback.
2 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.
-
tried to start freshly installed manjaro linux complete installed stable-diffusion-webui. failed there are still missing Code:
Traceback (most recent call last):
File "/home/office/stable-diffusion-webui/launch.py", line 360, in
prepare_environment()
File "/home/office/stable-diffusion-webui/launch.py", line 269, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "/home/office/stable-diffusion-webui/launch.py", line 89, in run
raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "/usr/bin/python3" -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
Error code: 1
Then I tried to install it manually without an internet connection. I get an error message Code:
pip install '/home/office/Downloads/Installing torch and torchvision/torchvision-0.14.1+cu117-cp39-cp39-linux_x86_64.whl'
Defaulting to user installation because normal site-packages is not writeable
ERROR: torchvision-0.14.1+cu117-cp39-cp39-linux_x86_64.whl is not a supported wheel on this platform.
what do I have to do to start offline AUTOMATIC1111 with freshly installed linux?
Beta Was this translation helpful? Give feedback.
All reactions