Running on CPU instead of GPU in an AMD system. How to fix? #124
-
Hello. I have an AMD system. i got it to run by using these commands set COMMANDLINE_ARGS=--skip-torch-cuda-test --no-half Initially because it refused to start with no cuda. hence the skip cuda option and then because it had a runtime error mentioning "LayerNormKernelImpl" not implemented for 'Half' It's running now but according to task manager it's running on CPU only... the GPU is not being hit in any way and predictably the performance is terrible. what commands should I be using to get expected behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
OH MY GOD the instructions were WRONG The automatic installation section says It should say |
Beta Was this translation helpful? Give feedback.
-
What your parameter in webui-user.bat
Vào 09:09, T.2, 8 Th1, 2024 Aev69 ***@***.***> đã viết:
… Same here. Both the original and fork just run on CPU, really defeats the
purpose of using the directml one
—
Reply to this email directly, view it on GitHub
<#124 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7VS7K5LNNGMUCNG5RBKZXTYNNINDAVCNFSM6AAAAAAYGUMC2GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANBTGM2DE>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<lshqqytiger/stable-diffusion-webui-directml/repo-discussions/124/comments/8043342
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
try add --use-directml |
Beta Was this translation helpful? Give feedback.
-
Still an issue. Adding |
Beta Was this translation helpful? Give feedback.
-
I have been having the same issue Running Starting SD.Next |
Beta Was this translation helpful? Give feedback.
OH MY GOD the instructions were WRONG
The automatic installation section says
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
It should say
git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml.git