Please help. WebUI won't launch today #7261
ralphmccloud
started this conversation in
General
Replies: 1 comment
-
For anyone with the same issue . . . I have it working now thanks to eddison1983. Here are the steps:
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Web UI has been working great the past several months, but today when I tried to open it, I get this error:
venv "F:\STABLE_DIFFUSION_2\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
Commit hash: 7a14c8a
Traceback (most recent call last):
File "F:\STABLE_DIFFUSION_2\stable-diffusion-webui\launch.py", line 324, in
prepare_environment()
File "F:\STABLE_DIFFUSION_2\stable-diffusion-webui\launch.py", line 236, 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 "F:\STABLE_DIFFUSION_2\stable-diffusion-webui\launch.py", line 98, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "F:\STABLE_DIFFUSION_2\stable-diffusion-webui\launch.py", line 74, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "F:\STABLE_DIFFUSION_2\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: Traceback (most recent call last):
File "", line 1, in
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .
I have an NVidia 3090 Ti (just updated it to latest driver 528.24). I tried COMMANDLINE_ARGS and nothing seems to work. I'm not a programmer, so I'm having trouble understanding why. From what I've read, it may be that my NVidia card isn't recognized?
Any help would be greatly appreciated. And please explain to me like a 6th grader :) Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions