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
Hello. Followed the directions for install, when I launch webui.bat I get the following error:
`C:\stable-diffusion\stable-diffusion-krita-plugin>webui
venv "C:\stable-diffusion\stable-diffusion-krita-plugin\venv\Scripts\Python.exe"
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 13:51:36) [MSC v.1933 32 bit (Intel)]
Commit hash: 5cf067d
Installing torch
Traceback (most recent call last):
File "C:\stable-diffusion\stable-diffusion-krita-plugin\launch.py", line 102, in
run(f'"{python}" -m {torch_command}', "Installing torch", "Couldn't install torch")
File "C:\stable-diffusion\stable-diffusion-krita-plugin\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\stable-diffusion\stable-diffusion-krita-plugin\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)
ERROR: No matching distribution found for torch==1.12.1+cu113`
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.
-
Hello. Followed the directions for install, when I launch webui.bat I get the following error:
`C:\stable-diffusion\stable-diffusion-krita-plugin>webui
venv "C:\stable-diffusion\stable-diffusion-krita-plugin\venv\Scripts\Python.exe"
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 13:51:36) [MSC v.1933 32 bit (Intel)]
Commit hash: 5cf067d
Installing torch
Traceback (most recent call last):
File "C:\stable-diffusion\stable-diffusion-krita-plugin\launch.py", line 102, in
run(f'"{python}" -m {torch_command}', "Installing torch", "Couldn't install torch")
File "C:\stable-diffusion\stable-diffusion-krita-plugin\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\stable-diffusion\stable-diffusion-krita-plugin\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)
ERROR: No matching distribution found for torch==1.12.1+cu113`
Beta Was this translation helpful? Give feedback.
All reactions