huggingface / swift-coreml-diffusers

Swift app demonstrating Core ML Stable Diffusion
Apache License 2.0
2.56k stars 219 forks source link

Generate a whole set of images at once with different seeds/prompt variants for faster evaluation #52

Open artofbeinghuman opened 1 year ago

artofbeinghuman commented 1 year ago

Hi 👋

it would be great if I could let the app generate let's say 10 images with different random seeds all at once/sequentially and then view them next to eachother in a grid once all is done. This would allow me to more easily choose a good seed for my prompts.

This way I could let it run in the background and evaluate my options later, instead of regenerating images with different seeds or prompts every 8 seconds.

Otherwise, really a great project, I am very thankful!

pcuenca commented 1 year ago

Hi @artofbeinghuman! Thanks a lot for your suggestion, I think it makes a lot of sense. Let's see if someone from the community gives it a go, otherwise we'll revisit in a few days :)