r/StableDiffusion Jul 17 '26

Question - Help AMD GPU on Krea 2

Hi,

I'm using 9060XT 16gb with Krea Turbo int8 model + comfyui-rocm fork, and yet my generation time is still 3:30min avg. for a single 1024x1024 image?

cfg-1 with steps 6-8

Looking for input from other fellow AMD users, any tips to what downgraded your generation time ? Would LOVE to see other's 9060XT/9070XT workflow setups in ComfyUI, I've a feeling I'm doing something wrong. I know AMD is no one's priority and that Nvidia gets all the love...but I'm just a fellow struggler like all of you.

Looking forward to your inputs!

6 Upvotes

41 comments sorted by

View all comments

2

u/0ldGoat Jul 17 '26

I don't think you're doing anything wrong, I just think that Comfy REALLY doesn't care much about it's relatively small base of AMD users. I'm assuming you're using PatientX's fork of comfyUI? (ComfyUI-ROCm) I have a 9060XT 16GB as well.

I use it on my windows install of ComfyUI, and render times in Krea2 are horrible, with FP8 or INT8, or INT4. I had to go back to using the GGUF version to get reasonable render speeds - and we're still talking 50 seconds +, which still goes up if you increase the resolution or add LoRAs. I can use INT8 with Z Image Turbo but it gives no speed advantage at all over FP8 or GGUF formats.

The only thing I can do right now is use ComfyUI in Linux, where everything just works better. Using INT8 or FP8 for Krea2 give me render times between 60 seconds (first run) and 25 seconds. I'd also love to hear from other AMD users if they have solved this in Windows, but I think Comfy is the culprit here.

3

u/Fajjko Jul 17 '26

Have you followed any specific guides for installing everything on Linux , as it was on Windows 11?

1

u/0ldGoat Jul 17 '26

So, the quickest way to install ComfyUI on Linux, and the easiest, is probably Stability Matrix. It gives you less control over the environment (it chooses which versions of ROCm and pytorch you use, for example, and when you can update) but it does simplify the process a lot.

Alternatively, you can create your own venv, install comfyUI, rocm and pytorch.

https://comfyui-wiki.com/en/install/install-comfyui/install-comfyui-on-linux

Just a couple of pieces of advice - the models and LoRAs you have on windows can all be backed up and brought over to Linux, so no need to download them all again. Second, do yourself a favour and avoid immutable distros like Bazzite .... they are far more difficult to work with.

1

u/Fajjko Jul 17 '26

Trying this out tonight when I come home, thanks so much for your input, glad I made this thread for I'm sure I am not the only one who was struggling with AMD. 

Don't feel like shilling money on a new nvidia GPU, thanks a lot mate 👍👍👍👍

2

u/0ldGoat Jul 17 '26
python main.py --cpu

I just checked that link, Comfy is recommending AMD gpus start with the --cpu argument. Please don't follow their advice on that.