Torch is not able to use GPU #17097
Replies: 1 comment
-
Resolved - I deleted the SD folder and re-installed, now it's working. |
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.
-
I updated and ran the installation, and it seemed to have been successful. The UI opened in my browser, but then when I tried to generate an image it failed immediately with an error regarding Torch (I unfortunately didn't record the exact error message). I then tried to re-install, and I got the following:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c
Traceback (most recent call last):
File "C:\Users\David\Downloads\sd.webui\webui\launch.py", line 48, in
main()
File "C:\Users\David\Downloads\sd.webui\webui\launch.py", line 39, in main
prepare_environment()
File "C:\Users\David\Downloads\sd.webui\webui\modules\launch_utils.py", line 387, in prepare_environment
raise RuntimeError(
RuntimeError: 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 . . .
Now, I can no longer open the UI - "127.0.0.1 refused to connect." I'm running this on Win 11 with an RTX 3080 GPU. I found one other report of this issue, but it appears that the poster didn't have an Nvidia GPU.
Beta Was this translation helpful? Give feedback.
All reactions