Replies: 1 comment 2 replies
-
exactly the same problem |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I just recently installed everything following a YouTube guide; https://youtu.be/onmqbI5XPH8
Once I try to launch the webui-user.bat I get the message:
C: \stable-diffusion\stable-diffusion-webui›git pull
Already up to date.
venv "C: \stable-diffusion\stable-diffusion-webui \venv\Scripts\Python. exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v. 1932 64 bit (AMD64)]
Commit hash: OccOeelbb4c24a8c9715f66cede06601bfc00c8
Traceback (most recent call last):
File "C: \stable-diffusion\stable-diffusion-webui\launch.py", line 360, in prepare_environment ( )
File "C: Istable-diffusion\stable-diffusion-webui\launch.py", line 272, in prepare_environment run_python("import torch; assert torch. cuda.is_available(),
"Torch is not able to use GPU; add --skip-torch-cuda-tes
t to COMMANDLINE _ARGS variable to disable this check'")
File "C: \stable-diffusion\stable-diffusion-webui\launch.py", line 129, in run_python return run(f*" (python]" -c "(code"', desc, errdesc)
File "C: \stable-diffusion\stable-diffusion-webui\launch.py", line 105, in run raise RuntimeError(message)
RuntimeError: Error running command.
Command: "c: \stable-diffusion\stable-diffusion-webui\venv\Scripts\python.exe"-c"import torch; assert torch. cuda.is_ava ilable(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1 stdout: ‹empty>
stderr: Traceback (most recent call last):
File "(strings", line 1, in ‹module›
AssertionError: Torch is not able to use GU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this
Can someone guide me through this?
Beta Was this translation helpful? Give feedback.
All reactions