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
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
Uh oh!
There was an error while loading. Please reload this page.
-
When run webui-user.bat
This happen.
[notice] A new release of pip available: 22.2.1 -> 23.2.1
[notice] To update, run: C:\Aytomatic 1111\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip
Traceback (most recent call last):
File "C:\Aytomatic 1111\stable-diffusion-webui\launch.py", line 39, in
main()
File "C:\Aytomatic 1111\stable-diffusion-webui\launch.py", line 30, in main
prepare_environment()
File "C:\Aytomatic 1111\stable-diffusion-webui\modules\launch_utils.py", line 311, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "C:\Aytomatic 1111\stable-diffusion-webui\modules\launch_utils.py", line 113, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "C:\Aytomatic 1111\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
Error code: 2
Beta Was this translation helpful? Give feedback.
All reactions