-
I don't have cuda gpu and I'm able to run other SD 1.4 with pytorch cpu. how can I use this version with cpu? |
Beta Was this translation helpful? Give feedback.
Answered by
tamal777
Nov 6, 2022
Replies: 2 comments 3 replies
-
I fixed it by adding to webui-user.bat set COMMANDLINE_ARGS=--precision full --no-half --use-cpu all --skip-torch-cuda-test set CUDA_VISIBLE_DEVICES=-1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tamal777
-
Just added the commands to webui-user batch. Currently waiting to see if it works. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fixed it by adding to webui-user.bat
set COMMANDLINE_ARGS=--precision full --no-half --use-cpu all --skip-torch-cuda-test
set CUDA_VISIBLE_DEVICES=-1