Hacker News new | ask | show | jobs
by sidewndr46 1350 days ago
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.
1 comments

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.