Hacker News new | ask | show | jobs
by IronWolve 1350 days ago
Lots of people playing with stable diffusion, 4090 has much more ram and speed for generating images.
1 comments

Yeah, I was actually wanting to pick up a second 3090 recently to run Stable Diffusion faster. But it apparently doesn't support multi-GPU.
if you're making multiple images in a batch, you should be able to run those in parallel. or have one GPU training concepts (e.g. textual inversion) while the other renders, or if you're doing style transfer you could do frames in parallel.
hmm ok valid point. if I can run two instances of the software & configure it to use separate GPUs I should be OK. I'll have to see if I can try that out somehow.