Dataset was generated using the code below:
import torch
from datasets import Dataset, Features
from datasets import Image as ImageFeature
from datasets import Value, load_dataset
from diffusers import DDIMScheduler, DiffusionPipeline
import PIL
print("Loading pipeline...")
ckpt_id = "stabilityai/stable-diffusion-xl-base-1.0"… See the full description on the dataset page: https://huggingface.co/datasets/diffusers-parti-prompts/sdxl-1.0.