mysdxl-dataset
收藏资源简介:
Image-Prompt Dataset是一个用于训练潜在扩散模型的图像-文本提示数据集,通过MySDXL工具收集和组装而成。数据集采用表格形式组织,每一行包含一个图像及其对应的文本提示。具体包含三个字段:image字段存储RGB格式的原始分辨率无损PNG图像;prompt字段存储描述图像的文本提示;negative_prompt字段存储负面提示(若无则为空字符串)。数据集以Parquet分片格式存储(data/train-*.parquet),可通过HuggingFace datasets库加载使用。数据来源为通过API从公开可访问的AI图像生成平台收集的图像和提示。需要注意的是,数据集创建者不声称对其中图像和提示拥有所有权,所有内容归属于各自的创作者和平台,本数据集仅限研究和教育用途。
The Image-Prompt Dataset is an image-text prompt dataset for training latent diffusion models, collected and assembled using the MySDXL tool. The dataset is organized in a tabular format, with each row containing an image and its corresponding text prompt. It includes three fields: the image field stores the original resolution lossless PNG images in RGB format; the prompt field stores the text prompts describing the images; and the negative_prompt field stores negative prompts (empty string if none). The dataset is stored in Parquet shard format (data/train-*.parquet) and can be loaded using the HuggingFace datasets library. The data source is images and prompts collected via API from publicly accessible AI image generation platforms. Note that the dataset creators do not claim ownership of the images and prompts; all content belongs to their respective creators and platforms, and this dataset is intended solely for research and educational purposes.
数据集名称:Image-Prompt Dataset
数据集地址:https://huggingface.co/datasets/aakkaasshh/mysdxl-dataset
许可证:other
任务类别:text-to-image
标签:image-text, diffusion, prompts
数据集简介:一个图像-文本提示数据集,通过 MySDXL 工具抓取并组装,用于训练潜在扩散模型。
数据结构:每一行包含一张图像及其对应的文本提示。数据以 Parquet 分片形式存储(路径为 data/train-*.parquet)。
| 列名 | 类型 | 描述 |
|---|---|---|
image |
Image |
RGB 图像(无损PNG格式,原始分辨率) |
prompt |
string |
描述图像的文本提示 |
negative_prompt |
string |
负面提示(若无则为空字符串) |
加载方式: python from datasets import load_dataset ds = load_dataset("aakkaasshh/mysdxl-dataset", split="train")
数据来源:图像和提示文本通过公开的AI图像生成平台的API收集而来。
免责声明:数据集作者不声称对图像和提示文本拥有所有权,所有图像和提示文本归各自创作者和平台所有。数据集仅供研究和教育目的使用。如您是内容的拥有者并希望移除,请提交issue或联系仓库维护者。




