stable diffusion prompts
Stable-Diffusion-Prompts
Stable Diffusion Dataset
This is a set of about 80,000 prompts filtered and extracted from the image finder for Stable Diffusion: "Lexica.art". It was a little difficult to extract the data, since the search engine still doesn't have a public API without being protected by cloudflare.
If you want to test the model with a demo, you can go to: "spaces/Gustavosta/MagicPrompt-Stable-Diffusion".
If you want to see the model, go to: "Gustavosta/MagicPrompt-Stable-Diffusion".
stable-diffusion-prompts-stats-full-uncensoredstable-diffusion-discord-promptsstable-diffusion-discord-prompts
All messages from dreambot from all dream-[1-50] channels in stable-diffusion discord
source:
https://github.com/bartman081523/stable-diffusion-discord-prompts
stable-diffusion-prompts-2.47M
Source
Combined text-only dataset from
poloclub/diffusiondb
Gustavosta/Stable-Diffusion-Prompts
bartman081523/stable-diffusion-discord-prompts
FredZhang7/krea-ai-prompts
For preprocessing methods, please see Fast GPT2 PromptGen.
Python
Download and save the dataset to all_prompts.txt locally.
pip install datasets
import datasets
dataset = datasets.load_dataset("FredZhang7/stable-diffusion-prompts-2.47M")
train = dataset["train"]
prompts = train["text"]
with… See the full description on the dataset page: https://huggingface.co/datasets/FredZhang7/stable-diffusion-prompts-2.47M.Stable-Diffusion-Prompts-Deduped-2.008M
Original Dataset by FredZhang7
Deduped from 2,473,022 down to 2,007,998.
Changed anything that had [ prompt text ], ( prompt text ), or < prompt text >, to [prompt text], (prompt text), and <prompt text>.
2 or more spaces converted to a single space.
Removed all "
Removed spaces at beginnings.
stable-diffusion-prompts
Dataset Card for "stable-diffusion-prompts"
More Information needed
