CoolFace
Datasetpublic

TsienDragon/face_segmentation_20

This is the dataset used for FluxKontext or Qwen-Image-Edit training with the task image-text2image. This is a good adtaset that can very fine the effect of finetuning, where the base model is not good at Refer this for the lora finetune model qwen-image-edit-lora-face-segmentation Usage of the dataset dd = load_editing_dataset("TsienDragon/face_segmentation_20") sample = dd["test"][0] Example of the data structure DATASET_ROOT/train ├── control_images │ ├── 060002_4_028450_FEMALE_30.png │… See the full description on the dataset page: https://huggingface.co/datasets/TsienDragon/face_segmentation_20.

sourceHugging Facemitupdated 1y agoView on Hugging Face
3likes15downloads
Dataset Card

This is the dataset used for FluxKontext or Qwen-Image-Edit training with the task image-text2image. This is a good adtaset that can very fine the effect of finetuning, where the base model is not good at

Refer this for the lora finetune model **qwen-image-edit-lora-face-segmentation**

Usage of the dataset

dd = load_editing_dataset("TsienDragon/face_segmentation_20")
sample = dd["test"][0]

Example of the data structure

bash
DATASET_ROOT/train
├── control_images
│   ├── 060002_4_028450_FEMALE_30.png
│   ├── 060002_4_028450_FEMALE_30_1.png
│   ├── 060002_4_028450_FEMALE_30_2.jpg
│   ├── 060002_4_028450_FEMALE_30_mask.png
│   ├── 060003_4_028451_FEMALE_65.png
│   ├── 060003_4_028451_FEMALE_65_1.png
│   └── 060003_4_028451_FEMALE_65_mask.png
└── training_images
    ├── 060002_4_028450_FEMALE_30.txt
    ├── 060002_4_028450_FEMALE_30.png
    ├── 060003_4_028451_FEMALE_65.txt
    └── 060003_4_028451_FEMALE_65.png