Устанавливаю Automatic 1111 Stable Diffusion
На этом этапе происходит ошибка:
Такая:
Installing torch and torchvision
Looking in indexes:
,
ERROR: Could not find a version that satisfies the requirement torch==2.0.1 (from versions: none)
ERROR: No matching distribution found for torch==2.0.1
Traceback (most recent call last):
File "C:\Users\Dell\stable-diffusion-webui\launch.py", line 38, in <module>
main()
File "C:\Users\Dell\stable-diffusion-webui\launch.py", line 29, in main
prepare_environment()
File "C:\Users\Dell\stable-diffusion-webui\modules\launch_utils.py", line 254, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "C:\Users\Dell\stable-diffusion-webui\modules\launch_utils.py", line 101, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "C:\Users\Dell\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url
Error code: 1
Кто-то может решить эту проблему и установить мне программу?