Live data from Hacker News

Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

github.com

21–30 of 72 posts

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#22

This is wild to me. Now we have meta-ai that is surrounding other forms of ai, analyzing the user submitted input as well as the image output, using ai to infer intent, identify nouns etc... and yet all of this is stipulated on the initial datasets that these initial text->img robots were trained on which may or may not be a true representation of our actual culture. So we are lava/magma layering all of these approxi…

We're living some crazy times! A truly AI summer.

If you enjoy thinking about how the future of this field might look like, I highly recommend watching the interview between Yannic Kilcher and Sebastian Risi (https://www.youtube.com/watch?v=_7xpGve9QEE).

I was mind-blown after hearing it. It was a long time since I didn't hear such an interesting conversation. It's crazy how Risi's ideas correlate so well with the way how complex systems emerge in nature (optimizing locally), and the idea of self-organizing systems is just amazing.

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#23

This is fantastic, thanks for publishing it. I'm glad many players in the Stable Diffusion ecosystem is striving for openness (not only of the model itself but there are also open source frontends and related tooling)

Stable Diffusion was released just a month ago and look at the amount of applications and improvements that have been developed, it feels like a year!

Open-source is the way to get the most out of this tech. We plan to keep building all the features that are to come at krea.ai in this way.

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#25

Great work! If anyone’s planning to use AI generated artwork in their projects, I’ve added an image search API to Lexica, similar to Unsplash. All the images are licensed CC0 and millions more are being added every few weeks. Docs here: https://lexica.art/docs

Great work on Lexica.art, it's been indispensable for finding good prompts and combinations.

How much does it cost to host it? Feels like hosting 500GB of images and serving them can't be cheap.

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#26
post #20
post #14

Nice. Another meta thing I would like to do, is to generate a bunch of prompts around a topic, mashed up with related or unrelated other topics. So that I can get a bunch of images and just be able to review/curate them all in one go. Does anyone know of tooling in that direction?

You can use the code in https://github.com/krea-ai/prompt-search to do so. You first want to compute the CLIP embeddings of each prompt, index them using something like K-Nearest Neighbors (so you can get search for similarities fast), and then, given an input prompt, you will be able to find other indexed prompts that share their semantics.

Oh my god. This means that we can use stable diffusion to do pure text processing, like, given two textual descriptions, assess how similar they are

I now expect that the next model like GPT-3 will be multi-modal like Stable Diffusion, to better account for those semantic connections

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#27
post #20

Earlier quoted context omitted.

You can use the code in https://github.com/krea-ai/prompt-search to do so. You first want to compute the CLIP embeddings of each prompt, index them using something like K-Nearest Neighbors (so you can get search for similarities fast), and then, given an input prompt, you will be able to find other indexed prompts that share their semantics.

Oh my god. This means that we can use stable diffusion to do pure text processing, like, given two textual descriptions, assess how similar they are I now expect that the next model like GPT-3 will be multi-modal like Stable Diffusion, to better account for those semantic connections

This is a very interesting point. It's like using Fourier Transforms/Laplace Transforms to do operations or comparisons that are way easier in those spaces.

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#29
Hey, was the specific Stable Diffusion version used to generate each image recorded anywhere in the dataset?

In krea.ai, it doesn't say which version of the model was used to generate each image

It appears that later versions are better in generating faces or something. Like, Stable Diffusion 1.5 vs 1.4 (I'm not sure but there's a great variability nonetheless and I wanted to know if the version of the model accounted for this)

Re: Show HN: Open Prompts – dataset of 10M Stable Diffusion generations

#30

Radical. I’m imagining randomly sampling images and identifying the text attributes associated with human ratings of image beauty.

in krea.ai you can create collections of images with their prompts by pressing the "+" button in an image.

you also have access to all the different components that create each prompt, and you can search similar ones by clicking them.

Post reply on HN