Can anyone help me to fix this error? #6795
And3er1999
started this conversation in
General
Replies: 2 comments
-
@And3er1999 do you have a nvidia gpu? If so, what is it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem. Nvidia GPU 4080](https://de.msi.com/Graphics-Card/GeForce-RTX-4080-16GB-GAMING-X-TRIO) |
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.
-
WEBUI LAUNCHING VIA EMS LAUNCHER, EXIT THIS WINDOW TO STOP THE WEBUI
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! Any error happening after 'commit hash : XXXX' or 'Installing Torch...' bellow is not related to the launcher please report them on Automatic1111's github instead :
☁ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/new/choose
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Cancel
venv "G:\StableDiffusion\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: ff6a5bc
Traceback (most recent call last):
File "G:\StableDiffusion\stable-diffusion-webui\launch.py", line 307, in
prepare_environment()
File "G:\StableDiffusion\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 "G:\StableDiffusion\stable-diffusion-webui\launch.py", line 88, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "G:\StableDiffusion\stable-diffusion-webui\launch.py", line 64, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "G:\StableDiffusion\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
Beta Was this translation helpful? Give feedback.
All reactions