basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 467 forks source link

What is your CPU and GPU usage? #228

Open MatPoliquin opened 1 year ago

MatPoliquin commented 1 year ago

I have an RTX 2060 Super 8g paired with a Xeon 2666v3 and I noticed GPU usage is around 80% on average

Now, I am not familiar with the inner workings of SD but I would have expected GPU usage to be near 100% most of the time.

I also noticed that the CPU core that feeds the GPU is always at 100% so I am wondering if my CPU just can't keep up with feeding the GPU and is actually the bottleneck which could explain having just 80% GPU usage

shanecranor commented 1 year ago

are you using --turbo? If not this is the reason

MatPoliquin commented 1 year ago

I was not using turbo mode, just tried and it's way faster at least. thanks!