StableSwarmUI icon indicating copy to clipboard operation
StableSwarmUI copied to clipboard

When queuing generations across multiple models, generate them in order of model.

Open ataylorm opened this issue 2 years ago • 4 comments

Let's say that I want to generate 10 images with a prompt in 5 different models. It will generate 1, switch model, generate, switch model, etc. This is very inefficient. It would be much better to generate all 10 on a model, then switch the model and generate all queued for that model, etc. This reduces model loading time significantly.

ataylorm avatar Oct 27 '23 15:10 ataylorm