sdxl-generated-10k
收藏资源简介:
该数据集包含10,000张由Stable Diffusion XL生成的AI图像,用于训练AI图像检测器。数据集详细信息包括:模型为Stable Diffusion XL Base 1.0,图像总数为10,000张,分辨率为1024×1024像素,格式为JPEG(质量95),推理步骤为10,引导比例为7.0,每张图像使用唯一的随机种子以确保多样性,生成日期为2025-12-30。图像生成涵盖了多样化的提示,包括肖像和人物、风景、物体和静物、自然栖息地中的动物、食物摄影、建筑和建筑物,以及各种光照条件和风格。
This dataset contains 10,000 AI-generated images created by Stable Diffusion XL, intended for training AI image detectors. Detailed specifications of the dataset are as follows: the underlying generation model is Stable Diffusion XL Base 1.0, total number of images: 10,000, resolution: 1024 × 1024 pixels, image format: JPEG (quality level 95), inference steps: 10, guidance scale: 7.0. Each image was generated with a unique random seed to ensure diversity, and the generation date is 2025-12-30. The image generation covers diverse prompts, including portraits and human subjects, landscapes, objects and still lifes, animals in their natural habitats, food photography, architecture and buildings, as well as various lighting conditions and artistic styles.
SDXL Generated Images Dataset (10,000 images) 数据集概述
数据集基本信息
- 数据集名称:SDXL Generated Images Dataset (10,000 images)
- 创建者:ash12321
- 许可证:MIT License
- 任务类别:图像分类
- 标签:ai-generated, sdxl, stable-diffusion-xl
- 数据规模:10K<n<100K
数据集内容详情
- 图像生成模型:Stable Diffusion XL Base 1.0
- 图像总数:10,000张
- 图像分辨率:1024×1024像素
- 图像格式:JPEG(质量95)
- 生成参数:推理步骤10,引导尺度7.0
- 随机种子:每张图像使用唯一随机种子以确保多样性
- 生成日期:2025-12-30
提示词与图像多样性
图像通过多样化的提示词生成,涵盖以下类别:
- 肖像与人物(各种姿势、表情、场景)
- 风景(山脉、海洋、森林等)
- 物体与静物
- 自然栖息地中的动物
- 食物摄影
- 建筑与楼宇
- 各种光照条件与风格
数据集用途
本数据集专为训练AI图像检测器而创建。
数据加载方式
使用Hugging Face datasets库加载:
python
from datasets import load_dataset
dataset = load_dataset("ash12321/sdxl-generated-10k")
可通过dataset["train"]访问图像数据,每个示例包含image和filename字段。
相关资源
- 检测器模型:https://huggingface.co/ash12321/sdxl-detector-resnet50




