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
I have searched the existing issues and checked the recent builds/commits
What happened?
I am following a guide on installing and running it, but it looks like it is having issues installing torch. I have tried to install multiple versions manually and automatically and it hasn't been resolved.
Steps to reproduce the problem
C:\Users\SENOR(Admin)\stable-diffusion-webui>git pull
Already up to date.
venv "C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
Commit hash: 685f963
Installing torch and torchvision
Traceback (most recent call last):
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 294, in
prepare_environment()
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 206, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
stdout:
stderr: C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
Press any key to continue . . .
What should have happened?
It should have downloaded all of the dependencies and then I'd be good.
Is there an existing issue for this?
What happened?
I am following a guide on installing and running it, but it looks like it is having issues installing torch. I have tried to install multiple versions manually and automatically and it hasn't been resolved.
Steps to reproduce the problem
C:\Users\SENOR(Admin)\stable-diffusion-webui>git pull
Already up to date.
venv "C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
Commit hash: 685f963
Installing torch and torchvision
Traceback (most recent call last):
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 294, in
prepare_environment()
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 206, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")
File "C:\Users\SENOR(Admin)\stable-diffusion-webui\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
stdout:
stderr: C:\Users\SENOR(Admin)\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
Press any key to continue . . .
What should have happened?
It should have downloaded all of the dependencies and then I'd be good.
Commit where the problem happens
Merge pull request #5586
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
No response
Additional information, context and logs
No response
The text was updated successfully, but these errors were encountered: