Very bad performance on AMD 6600 XT #8344
Replies: 10 comments 21 replies
-
It's memory hungry for sure. Pair that with the current lack of support for AMD it leaves a lot to be desired. Im on 6700 12GB and getting 0.4s/it. About 8 seconds to generate 512x512 20 steps. Lack of VRAM seems to be the biggest hog. By the way there is a big discussion thread on AMD here. |
Beta Was this translation helpful? Give feedback.
-
Is this problem related only to AMD GPUs? Meaning if I had NVidia GPU with the same VRAM, would I be able to achieve better results? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok, so based on that graph AMD GPUs seems to be pretty bad for this. (Best I managed to achieve was 1.5IT/s with I ordered GTX 3060 12GB model, so I'm curious what results will I get and how helpful will the extra 4GB of VRAM be. |
Beta Was this translation helpful? Give feedback.
-
Do you need to do something in SD after upgrading or changing your GPU? Like remove some caches or something that may be invalid now? I'm asking because today I "upgraded" from a 3090 to a 3090ti and now SD is, no joke, about 5-10 times SLOWER than it was, and looking at perf monitor the GPU usage is very low. |
Beta Was this translation helpful? Give feedback.
-
The performance on the Nvidia GTX 3060 12GB is 6 times faster and it can handle producing much larger images than my AMD GPU could. |
Beta Was this translation helpful? Give feedback.
-
That's cause windows does not support ROCM, it only support linux system. |
Beta Was this translation helpful? Give feedback.
-
6600 XT runs pretty slow on windows (tiger's directML fork). I hardly get 1it/s speed there. Check the results here by searching for 6600XT https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html Installation of Rocm was difficult for me though. But after that it runs pretty fast. Tom's hardware benchmark is now pretty dated. |
Beta Was this translation helpful? Give feedback.
-
This card is so terrible on Stable Diffusion :( A friend gave me a Radeon RX6600 8G yesterday. Double VRAM and it's supposed to be a much faster/more powerful card... ok. nice ! (i thought). what a hell :( |
Beta Was this translation helpful? Give feedback.
-
Hello! Is it alright now? Almost a year passed, was it made better? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, not sure if anybody ran into this issue, but I'm having very slow on my AMD RX 6600 XT GPU.
It takes over 4 seconds to do 1 iteration on 512x512 image generation. (At first I thought this was normal, until I've seen a videos of people generating an image in 5 seconds).
I'm running on latest drivers, Windows 10, and followed the topmost tutorial on wiki for AMD GPUs. Only thing I had to add to the
COMMANDLINE_ARGS
was--lowvram
, because otherwise it was throwing an error, that there's not enough memory (even though the GPU has 8GB of memory).I'm not sure what to do anymore. I searched anywhere for this issue, but I can't find anything.
Edit:
When using
--medvram
instead of--lowvram
, it results in ~1.5s for 1 iteration. Slightly better result, but still not what I would expect.Another note / question: Even when using
--medvram
, I immediately receive an error, when trying to create images larger than 512x512px. Is 8GB not enough memory, or is it an issue related to my GPU?Beta Was this translation helpful? Give feedback.
All reactions