Error on old installation and clean install #6784
alexclerick
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Got this message after all git clone git pull git all things and launching webui-user.bat
venv "C:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Commit hash:
Traceback (most recent call last):
File "C:\stable-diffusion-webui\launch.py", line 307, in
prepare_environment()
File "C:\stable-diffusion-webui\launch.py", line 221, in prepare_environment
run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'")
File "C:\stable-diffusion-webui\launch.py", line 88, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "C:\stable-diffusion-webui\launch.py", line 64, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "C:\stable-diffusion-webui\venv\Scripts\python.exe" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1
stdout:
stderr: ⥬ 㤠 㪠 .
Beta Was this translation helpful? Give feedback.
All reactions