TsienDragon/qwen-image-edit-plus-lora-face-seg
Text-to-Image • Updated
• 12 • 3
id stringlengths 23 25 | control_images images listlengths 1 1 | control_mask imagewidth (px) | target_image imagewidth (px) 960 1.02k | prompt stringclasses 1 value |
|---|---|---|---|---|
060002_4_028450_FEMALE_30 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060003_4_028451_FEMALE_65 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060004_4_028452_MALE_31 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060005_4_023834_FEMALE_33 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060006_4_015021_FEMALE_39 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060009_4_019350_FEMALE_21 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060012_4_020004_MALE_27 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060013_4_014380_MALE_34 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060014_4_016695_MALE_43 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060019_4_028457_MALE_33 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060020_3_024801_NONE_28 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060027_4_025986_FEMALE_36 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060028_4_022580_NONE_25 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060032_4_027166_MALE_28 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060033_4_028462_MALE_19 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060037_4_028465_FEMALE_23 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060038_4_028466_MALE_19 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060040_4_015000_FEMALE_39 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060043_4_028470_FEMALE_19 | Not supported with pagination yet | change the image from the face to the face segmentation mask | ||
060047_4_027403_MALE_25 | Not supported with pagination yet | change the image from the face to the face segmentation mask |
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
│ ├── 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