error
#5610
Replies: 1 comment 1 reply
-
Do not use 2 byte characters in folder names. Before G:\новел аи\stable-diffusion-webui |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
venv "G:\новел аи\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]
Commit hash: 685f963
Installing torch and torchvision
Traceback (most recent call last):
File "G:\новел аи\stable-diffusion-webui\launch.py", line 294, in
prepare_environment()
File "G:\новел аи\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 "G:\новел аи\stable-diffusion-webui\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "G:\новел аи\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: G:\ \stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
Beta Was this translation helpful? Give feedback.
All reactions