Replies: 2 comments
-
use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I think I've tried that in the past (seems familiar), but I'll give it another go. Not sure if I'll need to keep '--skip-torch-cuda-test --precision full --no-half' as well, but I'll try it with and without and see what works. |
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
-
xformers doesn't seem to work on one of my computers, so I've been running SD on A1111 with the following commands:
--autolaunch --medvram --skip-torch-cuda-test --precision full --no-half
No module 'xformers'. Proceeding without it.
Warning: caught exception 'Found no NVIDIA driver on your system'...
This enables SD to function, but its pretty slow compared to my other computer, which can use xformers. I assume the problem might be the lack of recognition for the NVIDIA driver, but I'm not sure how to troubleshoot that.
Is there a simple way of getting xformers to work, without this second-best alternative: '--skip-torch-cuda', etc?
Thanks for any suggestions!
Beta Was this translation helpful? Give feedback.
All reactions