Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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 open("all_prompts.txt", "w") as f:
    for prompt in prompts:
        f.write(prompt + "\n")
Downloads last month
417

Models trained or fine-tuned on FredZhang7/stable-diffusion-prompts-2.47M

Spaces using FredZhang7/stable-diffusion-prompts-2.47M 3