Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
github.com
Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
1–10 of 72 posts
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#2Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#3That's amazing, thanks for sharing. For how long have you been gathering this data?
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#4Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#5How does it compare with https://lexica.art ?
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#6How does it compare with https://lexica.art ?
Lexica is a search engine (like krea.ai), but it doesn’t allow you to create collections or like generations.
Regarding the API, both have public APIs although I’m not sure if you can paginate through several search results using the public Lexica API. In the Krea Prompts API, you can do cursor-based pagination.
Finally, Lexica API allows you to do CLIP-based search, but with Krea we are using PostgreSQL full-text search (for now). However, the code to do CLIP search with the dataset (including reverse image search) is in the repository.
(edit: also, nor Lexica nor other search engines or similar products are offering the dataset afaik.)
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#7A person has a glitchy face in this photo. A person has a glitchy body in this photo. etc..
and then train the AI to have a fixup pass.
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#8Great work.
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#9This is fantastic. A few days ago I was checking PromptBase [0] and thought it was a really good idea. Yours just took it to the next level being free with massive amount of data. Great work. [0] https://promptbase.com/
I’d love to integrate our crawler with GitHub Actions and make it a self-updating dataset…
There’s so much stuff to do!
Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
#10someone should do a thing that lets strangers critique AI by allowing them to select: A person has a glitchy face in this photo. A person has a glitchy body in this photo. etc.. and then train the AI to have a fixup pass.