About this project

Return to main page

Credits

Inspired by https://generrated.com which did this for DALL-E 2, and from which I took all the topics and most styles. Partly out of laziness, but also to allow comparing results between these two projects.

That version has much nicer UI, but this one has reproducible results and consistent seed across images which leads to interesting effects.

Second major source of prompts was this amazing collection of teapots.

Additional prompt suggestions and fixes by Reddit users in this thread.

Source

https://github.com/lacop/sdgrid

Reproducible results

All images use the seeds 42, 43, 44, 45. Settings used: 75 steps, 512x512, LMS sampler, scale 7.
The version of the SD repository is referenced in the Github README. You should be able to reproduce all the images.

How long did it take?

Images were generated on a single GCP instance with NVIDIA A100 40GB with batch_size=4 (the largest size before diminishing returns), each prompt taking around 12 seconds to generate four images. Do the math :)

Prompt suggestions, feature requests, bug fixes?

Feel free to open an issue or (even better) send a pull request. But please note this is a small weekend project, I might not have time to do what you want. You can always fork it!