Здравствуйте!
Пытаюсь на Manjaro установить stable diffusion webui при помощи этой команды:
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
Скачивает Торч, после чего ругается:
Traceback (most recent call last):
File "/home/iam/stable-diffusion-webui/launch.py", line 355, in <module>
prepare_environment()
File "/home/iam/stable-diffusion-webui/launch.py", line 257, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "/home/iam/stable-diffusion-webui/launch.py", line 81, in run
raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "/home/iam/stable-diffusion-webui/venv/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: -9
Что мне теперь делать? Как установить нейросеть?