datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
outfits
Outfits Dataset
A collection of outfit references intended for use in character design, fashion generation, and AI character styling workflows.
Dataset Description
This dataset contains a curated set of outfit images/references that can be used to train, fine-tune, or prompt AI models for generating clothing and character outfits.
License
This dataset is free to use for any purpose, personal or commercial.
Dataset Structure
Each entry… See the full description on the dataset page: https://huggingface.co/datasets/AliveAi/outfits.polyvore-outfits
Polyvore Outfits Dataset
📄 Paper
💻 Code
📬 Contact
t-SNE visualization of item embeddings.
Outfit compatibility graph structure.
📌 Access Requirements
Access to this dataset is restricted and intended solely for academic and non-profit research purposes.
By requesting and downloading this dataset, you acknowledge and agree to the following:
Approval required: Access should be requested using an… See the full description on the dataset page: https://huggingface.co/datasets/mvasil/polyvore-outfits.outfits
Outfits Dataset
A collection of outfit references intended for use in character design, fashion generation, and AI character styling workflows.
Dataset Description
This dataset contains a curated set of outfit images/references that can be used to train, fine-tune, or prompt AI models for generating clothing and character outfits.
License
This dataset is free to use for any purpose, personal or commercial.
Dataset Structure
Each entry… See the full description on the dataset page: https://huggingface.co/datasets/yitaomou3/outfits.Outfit_Qwen-Image-Edit-2511_in_Kling
Outfit_Qwen-Image-Edit-2511_in_Kling
Synthetic outfit-swap pairs for Qwen-Image-Edit-2511 SFT (keyframe garment edit),
generated with IDM-VTON as the teacher over VITON-HD.
Batches
Batches are separate directories in this one repo. Every batch uses a distinct
(person, garment) pairing: no person is paired with the garment they already wear,
and no pair is repeated across batches. batch_meta_*.json records the seed and the
dedup counts, pairs_*.txt the exact… See the full description on the dataset page: https://huggingface.co/datasets/lee31221/Outfit_Qwen-Image-Edit-2511_in_Kling.african-warriors-outfitsgenshin-impact-outfits
Genshin Impact Outfit
This is a collection of Genshin Impact character outfits (both wish and in-game version), with outfit description and detailed appearance, parsed from Fandom Wiki.
outfit-imagesyuki_miku_2017_outfit
Yuki Miku 2017 embedding
Samples
About
Use this Stable Diffusion embedding to achieve the Hatsune Miku Yuki Style 2017 outfit
Usage
To use this embedding you have to download the file and put it into the "\stable-diffusion-webui\embeddings" folderTo use it in a prompt add yuki_miku_2017-*
Add ( :1.0) around it to modify its weight
Included Files
8000 steps Usage: yuki_miku_2017-8000
10000 steps Usage: yuki_miku_2017-10000
15000… See the full description on the dataset page: https://huggingface.co/datasets/DJSoft/yuki_miku_2017_outfit.larry_lai_Theme_Outfits_Image_Desc
Dataset Info
import pandas as pd
pd.json_normalize(fashion_dataset.remove_columns(["image"]).to_pandas()["desc"].map(eval))
Dataset Stats For Outfit on Body Parts
pd.json_normalize(fashion_dataset.remove_columns(["image"]).to_pandas()["desc"].map(eval))["Tags.97"].explode().dropna().map(
lambda x: x["label_name"]
).value_counts().to_dict()
{'上装': 16567,
'裤装': 8676,
'鞋类': 8248,
'裙装': 5251,
'包类': 2309,
'饰品(专属)': 202,
'平底': 10}
Dataset Stats For… See the full description on the dataset page: https://huggingface.co/datasets/svjack/larry_lai_Theme_Outfits_Image_Desc.outfitter-advice
outfitter-advice
On the OUTFITS subreddit, users frequently post multiple images and ask commenters to pick one (with a numeric comment like "2")
This evaluation collects the top two comments and their relative scores (for example, if there is overwhelming support for
one option over another, your evaluation should score differently from a close match).
The first and second images in the "images" field are the best and second-best images. We shuffle them before evaluating.
If there… See the full description on the dataset page: https://huggingface.co/datasets/scarysnake/outfitter-advice.larry_lai_Theme_Male_Upper_Outfits_Image_Descoutfitsgenshin_woman_Formal_Outfit_flux1_kontext_fp8_extractedoutfit-image-dataset
Dataset Card for Outfit Dataset
This dataset card documents the Clothing Outfit Dataset.It contains 30 original outfit images (shirt-pant combinations) with categorical and binary labels, with an augmented split expanding to 300 images.
Dataset Details
Dataset Description
Curated by: Bareethul Kader (Carnegie Mellon University)
Language(s): English (labels: formality, binary target)
License: CC BY 4.0
Repository: bareethul/clothing-outfits
Uses… See the full description on the dataset page: https://huggingface.co/datasets/bareethul/outfit-image-dataset.larry_lai_Theme_Male_Lower_Outfits_Image_DescXiang_Handsome_Qwen_Edit_Outfit_Extractedkai-outfit-ai-datasetOutfitsc-outfitsgenshin_woman_Formal_Outfit_omnigen2_extractedSMP_outfitoutfitskurdish-outfit-datasetshuimiaoAqua_cosplay_Marin_Kitagawa_New_Outfit_-_contrabandistas_outfit
Contrabandistas Outfit Dataset
This dataset provides a collection of labeled images featuring individuals wearing the traditional Contrabandista outfit, typically worn by participants in the Comparsa Contrabandistas in San Vicente del Raspeig. These images are annotated with labels detailing the pose, orientation, background, and outfit specifics, offering a detailed visual reference for this culturally significant attire.
Dataset Overview
Total Images: 27
File… See the full description on the dataset page: https://huggingface.co/datasets/jtorregrosa/contrabandistas_outfit.genshin_woman_Formal_Outfit
shuimiaoAqua_cosplay_Marin_Kitagawa_New_Outfit_-__1Polyvor-outfits-- Charger le fichier CSV dans DuckDB
CREATE TABLE modified_items AS
SELECT * FROM read_csv_auto('https://huggingface.co/datasets/AnnetteDUBUS/Polyvor-outfits/resolve/main/modified_items_df.csv');
SELECT * FROM modified_items LIMIT 10;
