ash12321/sdxl-detector-vit
Image Classification • 85.8M • Updated • 71
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.
This dataset contains 10,000 AI-generated images created with Stable Diffusion XL for training an AI image detector.
Images generated with diverse prompts covering:
from datasets import load_dataset
# Load dataset
dataset = load_dataset("ash12321/sdxl-generated-10k")
# Access images
for example in dataset["train"]:
image = example["image"]
filename = example["filename"]
MIT License - Free for research and commercial use.