Replies: 1 comment
-
See #107 |
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
-
venv "E:\stable-diffusion-webui(automatic)\venv\Scripts\Python.exe"
Traceback (most recent call last):
File "E:\stable-diffusion-webui(automatic)\launch.py", line 310, in
prepare_environment()
File "E:\stable-diffusion-webui(automatic)\launch.py", line 247, 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 "E:\stable-diffusion-webui(automatic)\launch.py", line 108, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "E:\stable-diffusion-webui(automatic)\launch.py", line 84, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "E:\stable-diffusion-webui(automatic)\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