-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set to AMD mode? #160
Comments
Right now AMD is only supported with ROCm on Linux. When you run your a1111 ui like that it runs it in CPU mode so the equivalent would be to use the run_cpu.bat on the standalone or the --cpu option from the command line. |
Thanks, my fault, I just notice I was in CPU mode, GPU usage is 0%. And a1111 ui has a fork that supports AMD GPU https://github.com/lshqqytiger/stable-diffusion-webui-directml With stable-diffusion-webui-directml it runs on AMD GPU. So I can imagine ComfyUI will also need such a large modification to run on Windows&AMD GPU. Am I right? So I can understand this might not on your roadmap. |
I'm planning on adding pytorch-directml support, assuming there isn't anything I missed it doesn't seem to be difficult to add support. |
Fixed by: 3baded9 |
fix: 🐛 simplify set/get alerts
Cause the error that cuda not found, while I'm using AMD Rx480 card (poor guy)
I have also done the https://github.com/comfyanonymous/ComfyUI#amd-linux-only
P.S.
webui works with
.\webui.bat --skip-torch-cuda-test --precision full --no-half
that is learnt from https://huggingface.co/CompVis/stable-diffusion-v1-4/discussions/64The text was updated successfully, but these errors were encountered: