Way better performance on Linux using ROCm. I used this (flawed) tutorial. https://youtu.be/2XYbtfns1BU I now have a Linux install on an external SSD that I boot into to use A1111. I’m using Zeroscope as well. No issues so far. 6800xt.
this post was submitted on 06 Jul 2023
11 points (100.0% liked)
Stable Diffusion
4465 readers
5 users here now
Discuss matters related to our favourite AI Art generation technology
Also see
Other communities
founded 2 years ago
MODERATORS
You should be getting better performance that that. I have a 6600 xt and it'll generate a 512x512 image in about 7 seconds. Taking several minutes for a batch of 4 is a lot slower than you should be getting.
I will admit there are definitely VRAM issues for doing higher resolutions or some control net types (depth for example).
Thanks. It is very likely I've screwed it up somehow. I tried other things and they would only use cpu, but I know for sure that isn't the case this time.
I'll try and figure out what the issue is.
I would guess it's one of three things:
- You are using Windows instead of Linux for ROCm (I don't know how much this affects performance, as I am only on Linux)
- You are generating the batch all at the same time, instead of just doing multiple generations. This can lead to out-of-memory issues, as it is a larger image being generated.
- You are not fully using the GPU. Does task manager say 100% utilization?