Datasets:

Size:
n<1K
Tags:
art
Not-For-All-Audiences
License:
narugo commited on
Commit
d8ba8c9
·
verified ·
1 Parent(s): 3183352

Publish character 'alhaitham_genshin' to repository, on 2024-08-20 15:46:21 UTC

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +108 -0
  2. dataset-raw.zip +3 -0
  3. dataset-stage3-p480-1200.zip +3 -0
  4. embeddings/all.npy +3 -0
  5. embeddings/group_0.npy +3 -0
  6. embeddings/group_1.npy +3 -0
  7. embeddings/group_10.npy +3 -0
  8. embeddings/group_11.npy +3 -0
  9. embeddings/group_12.npy +3 -0
  10. embeddings/group_13.npy +3 -0
  11. embeddings/group_14.npy +3 -0
  12. embeddings/group_15.npy +3 -0
  13. embeddings/group_16.npy +3 -0
  14. embeddings/group_17.npy +3 -0
  15. embeddings/group_18.npy +3 -0
  16. embeddings/group_2.npy +3 -0
  17. embeddings/group_3.npy +3 -0
  18. embeddings/group_4.npy +3 -0
  19. embeddings/group_5.npy +3 -0
  20. embeddings/group_6.npy +3 -0
  21. embeddings/group_7.npy +3 -0
  22. embeddings/group_8.npy +3 -0
  23. embeddings/group_9.npy +3 -0
  24. meta.json +589 -0
  25. samples/0/clu0-sample0.png +3 -0
  26. samples/0/clu0-sample1.png +3 -0
  27. samples/0/clu0-sample2.png +3 -0
  28. samples/0/clu0-sample3.png +3 -0
  29. samples/0/clu0-sample4.png +3 -0
  30. samples/1/clu1-sample0.png +3 -0
  31. samples/1/clu1-sample1.png +3 -0
  32. samples/1/clu1-sample2.png +3 -0
  33. samples/1/clu1-sample3.png +3 -0
  34. samples/1/clu1-sample4.png +3 -0
  35. samples/10/clu10-sample0.png +3 -0
  36. samples/10/clu10-sample1.png +3 -0
  37. samples/10/clu10-sample2.png +3 -0
  38. samples/10/clu10-sample3.png +3 -0
  39. samples/10/clu10-sample4.png +3 -0
  40. samples/11/clu11-sample0.png +3 -0
  41. samples/11/clu11-sample1.png +3 -0
  42. samples/11/clu11-sample2.png +3 -0
  43. samples/11/clu11-sample3.png +3 -0
  44. samples/11/clu11-sample4.png +3 -0
  45. samples/12/clu12-sample0.png +3 -0
  46. samples/12/clu12-sample1.png +3 -0
  47. samples/12/clu12-sample2.png +3 -0
  48. samples/12/clu12-sample3.png +3 -0
  49. samples/12/clu12-sample4.png +3 -0
  50. samples/13/clu13-sample0.png +3 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ tags:
6
+ - art
7
+ - not-for-all-audiences
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # Dataset of alhaitham/アルハイゼン/艾尔海森 (Genshin Impact)
13
+
14
+ This is the dataset of alhaitham/アルハイゼン/艾尔海森 (Genshin Impact), containing 500 images and their tags.
15
+
16
+ The core tags of this character are `grey_hair, short_hair, multicolored_hair, green_eyes, ahoge, hair_over_one_eye, swept_bangs, sidelocks, hair_between_eyes, parted_bangs`, which are pruned in this dataset.
17
+
18
+ Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)).
19
+
20
+ ## List of Packages
21
+
22
+ | Name | Images | Size | Download | Type | Description | Images-head | Images-others |
23
+ |:-----------------|---------:|:---------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:--------------|:----------------|
24
+ | raw | 500 | 1.03 GiB | [Download](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- |
25
+ | stage3-p480-1200 | 1249 | 1.64 GiB | [Download](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | 471 | 778 |
26
+
27
+ ### Load Raw Dataset with Waifuc
28
+
29
+ We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code
30
+
31
+ ```python
32
+ import os
33
+ import zipfile
34
+
35
+ from huggingface_hub import hf_hub_download
36
+ from waifuc.source import LocalSource
37
+
38
+ # download raw archive file
39
+ zip_file = hf_hub_download(
40
+ repo_id='CyberHarem/alhaitham_genshin',
41
+ repo_type='dataset',
42
+ filename='dataset-raw.zip',
43
+ )
44
+
45
+ # extract files to your directory
46
+ dataset_dir = 'dataset_dir'
47
+ os.makedirs(dataset_dir, exist_ok=True)
48
+ with zipfile.ZipFile(zip_file, 'r') as zf:
49
+ zf.extractall(dataset_dir)
50
+
51
+ # load the dataset with waifuc
52
+ source = LocalSource(dataset_dir)
53
+ for item in source:
54
+ print(item.image, item.meta['filename'], item.meta['tags'])
55
+ ```
56
+
57
+ ## List of Clusters
58
+
59
+ List of tag clustering result, maybe some outfits can be mined here.
60
+
61
+ ### Raw Text Version
62
+
63
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
64
+ |----:|----------:|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
+ | 0 | 13 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample4.png) | 1boy, solo, abs, looking_at_viewer, muscular_male, navel, closed_mouth, nipples, large_pectorals, pants, shirt, artist_name, bara, one_eye_covered, stomach |
66
+ | 1 | 8 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample4.png) | 1boy, abs, looking_at_viewer, male_pubic_hair, muscular_male, navel, nipples, solo, testicles, uncensored, completely_nude, armpit_hair, erection, foreskin, indoors, large_pectorals, stomach, cable, closed_mouth, flaccid, armpits, bara, biceps, plant, smile, veiny_penis |
67
+ | 2 | 10 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample4.png) | 1boy, male_focus, pectorals, simple_background, solo, white_background, black_shirt, upper_body, blush, covered_abs, muscular_male, black_gloves, chest_jewel, covered_nipples, gem, looking_at_viewer, one_eye_covered, closed_mouth, partially_fingerless_gloves, green_hair, jewelry, sleeveless_shirt |
68
+ | 3 | 12 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample4.png) | looking_at_viewer, pectorals, solo, 1boy, blush, crossdressing, male_focus, muscular_male, abs, thighhighs, simple_background, navel, white_background, nipples, fake_animal_ears, heart, bulge, chest_jewel, elbow_gloves, sitting, tail, tongue_out |
69
+ | 4 | 11 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample4.png) | 1girl, genderswap_(mtf), looking_at_viewer, large_breasts, solo, covered_navel, black_gloves, blush, cape, covered_nipples, elbow_gloves, leotard, simple_background, white_background, closed_mouth, partially_fingerless_gloves, sweat |
70
+ | 5 | 14 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample4.png) | male_focus, 2boys, blush, yaoi, muscular_male, nipples, penis, pectorals, sweat, abs, testicles, anal, erection, sex, cum, blonde_hair, completely_nude, looking_at_viewer, solo_focus |
71
+ | 6 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample4.png) | 1boy, alternate_costume, male_focus, blurry_background, collared_shirt, long_sleeves, upper_body, wing_collar, aqua_eyes, black_jacket, buttons, looking_at_viewer, closed_mouth, expressionless, necktie, open_jacket, contemporary, holding, light_particles, outdoors, plant, solo_focus, white_shirt |
72
+ | 7 | 14 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample4.png) | 1boy, male_focus, solo, alternate_costume, upper_body, aqua_eyes, looking_at_viewer, hand_up, black_shirt, closed_mouth, collared_shirt, simple_background, black_jacket, eyes_visible_through_hair, long_sleeves, necktie, white_background, jewelry, open_clothes, parted_lips, white_shirt, aqua_hair |
73
+ | 8 | 5 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample4.png) | 1boy, black_shirt, chest_jewel, indoors, long_sleeves, male_focus, solo, alternate_costume, blurry_background, collarbone, green_gemstone, holding_book, asymmetrical_sidelocks, collared_shirt, hand_up, mug, open_book, steam, aqua_eyes, black_pants, closed_mouth, coffee, holding_cup, looking_at_viewer, looking_down, lying, parted_lips, pillow, reading, stained_glass, table, upper_body |
74
+ | 9 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample4.png) | 1boy, black_gloves, black_shirt, looking_at_viewer, male_focus, partially_fingerless_gloves, solo, upper_body, cable, gold_trim, green_cape, green_gemstone, one_eye_covered, simple_background, sleeveless_shirt, teeth, chest_jewel, elbow_gloves, hand_up, headphones, parted_lips, jewelry, white_background |
75
+ | 10 | 11 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample4.png) | 1boy, black_gloves, black_shirt, gold_trim, green_cape, looking_at_viewer, male_focus, partially_fingerless_gloves, solo, cable, elbow_gloves, sleeveless_shirt, green_gemstone, black_pants, parted_lips, covered_abs, cowboy_shot, headphones, light_particles, closed_mouth, holding_weapon, artist_name, green_hair, standing, sword |
76
+ | 11 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample4.png) | 1boy, black_gloves, black_shirt, cable, elbow_gloves, gold_trim, green_cape, male_focus, partially_fingerless_gloves, sleeveless_shirt, solo, closed_mouth, green_gemstone, black_pants, covered_abs, holding_sword, looking_at_viewer, one_eye_covered, outdoors, standing, light_particles |
77
+ | 12 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample4.png) | 1boy, black_footwear, black_gloves, black_pants, black_shirt, boots, elbow_gloves, gold_trim, green_cape, male_focus, partially_fingerless_gloves, sleeveless_shirt, solo, closed_mouth, cable, looking_at_viewer, vision_(genshin_impact), artist_name, full_body, green_gemstone, holding_sword, standing, covered_abs |
78
+ | 13 | 5 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample4.png) | 1boy, black_gloves, black_pants, black_shirt, elbow_gloves, gold_trim, green_cape, male_focus, outdoors, partially_fingerless_gloves, sleeveless_shirt, solo, closed_mouth, cloud, cowboy_shot, green_gemstone, looking_at_viewer, standing, blue_sky, cable, covered_abs, day, hand_up, pectorals, toned_male, green_hair, parted_lips |
79
+ | 14 | 12 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample4.png) | 1boy, black_gloves, black_shirt, cable, gold_trim, male_focus, partially_fingerless_gloves, sleeveless_shirt, solo, closed_mouth, elbow_gloves, green_cape, hand_up, covered_abs, green_gemstone, looking_at_viewer, pectorals, upper_body, artist_name, headphones, simple_background |
80
+ | 15 | 7 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample4.png) | 1boy, black_shirt, closed_mouth, male_focus, sleeveless_shirt, solo, upper_body, cable, gold_trim, headphones, simple_background, chest_jewel, green_cape, white_background, green_gemstone, looking_at_viewer, looking_to_the_side |
81
+ | 16 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample4.png) | 1boy, black_shirt, cape, looking_at_viewer, male_focus, solo, upper_body, parted_lips, chest_jewel, green_gemstone, headphones, simple_background, sleeveless_shirt, cable, white_background |
82
+ | 17 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample4.png) | 1boy, black_gloves, black_shirt, closed_mouth, day, elbow_gloves, gold_trim, green_cape, green_gemstone, male_focus, outdoors, partially_fingerless_gloves, sitting, sleeveless_shirt, solo, black_pants, blue_sky, boots, cable, cloud, flower, tree, black_footwear, holding_book, looking_at_viewer, one_eye_covered, covered_abs, expressionless, grass, hand_up, open_book |
83
+ | 18 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample4.png) | 1boy, black_gloves, black_shirt, cable, closed_mouth, elbow_gloves, gold_trim, green_cape, green_gemstone, holding_book, indoors, male_focus, partially_fingerless_gloves, sitting, sleeveless_shirt, solo, window, black_pants, hand_up, open_book, expressionless, looking_at_viewer, one_eye_covered, plant, table, artist_name, bare_shoulders, boots, covered_abs, crossed_legs, light_particles, single_bare_shoulder |
84
+
85
+ ### Table Version
86
+
87
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | solo | abs | looking_at_viewer | muscular_male | navel | closed_mouth | nipples | large_pectorals | pants | shirt | artist_name | bara | one_eye_covered | stomach | male_pubic_hair | testicles | uncensored | completely_nude | armpit_hair | erection | foreskin | indoors | cable | flaccid | armpits | biceps | plant | smile | veiny_penis | male_focus | pectorals | simple_background | white_background | black_shirt | upper_body | blush | covered_abs | black_gloves | chest_jewel | covered_nipples | gem | partially_fingerless_gloves | green_hair | jewelry | sleeveless_shirt | crossdressing | thighhighs | fake_animal_ears | heart | bulge | elbow_gloves | sitting | tail | tongue_out | 1girl | genderswap_(mtf) | large_breasts | covered_navel | cape | leotard | sweat | 2boys | yaoi | penis | anal | sex | cum | blonde_hair | solo_focus | alternate_costume | blurry_background | collared_shirt | long_sleeves | wing_collar | aqua_eyes | black_jacket | buttons | expressionless | necktie | open_jacket | contemporary | holding | light_particles | outdoors | white_shirt | hand_up | eyes_visible_through_hair | open_clothes | parted_lips | aqua_hair | collarbone | green_gemstone | holding_book | asymmetrical_sidelocks | mug | open_book | steam | black_pants | coffee | holding_cup | looking_down | lying | pillow | reading | stained_glass | table | gold_trim | green_cape | teeth | headphones | cowboy_shot | holding_weapon | standing | sword | holding_sword | black_footwear | boots | vision_(genshin_impact) | full_body | cloud | blue_sky | day | toned_male | looking_to_the_side | flower | tree | grass | window | bare_shoulders | crossed_legs | single_bare_shoulder |
88
+ |----:|----------:|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:-------|:-------|:------|:--------------------|:----------------|:--------|:---------------|:----------|:------------------|:--------|:--------|:--------------|:-------|:------------------|:----------|:------------------|:------------|:-------------|:------------------|:--------------|:-----------|:-----------|:----------|:--------|:----------|:----------|:---------|:--------|:--------|:--------------|:-------------|:------------|:--------------------|:-------------------|:--------------|:-------------|:--------|:--------------|:---------------|:--------------|:------------------|:------|:------------------------------|:-------------|:----------|:-------------------|:----------------|:-------------|:-------------------|:--------|:--------|:---------------|:----------|:-------|:-------------|:--------|:-------------------|:----------------|:----------------|:-------|:----------|:--------|:--------|:-------|:--------|:-------|:------|:------|:--------------|:-------------|:--------------------|:--------------------|:-----------------|:---------------|:--------------|:------------|:---------------|:----------|:-----------------|:----------|:--------------|:---------------|:----------|:------------------|:-----------|:--------------|:----------|:----------------------------|:---------------|:--------------|:------------|:-------------|:-----------------|:---------------|:-------------------------|:------|:------------|:--------|:--------------|:---------|:--------------|:---------------|:--------|:---------|:----------|:----------------|:--------|:------------|:-------------|:--------|:-------------|:--------------|:-----------------|:-----------|:--------|:----------------|:-----------------|:--------|:--------------------------|:------------|:--------|:-----------|:------|:-------------|:----------------------|:---------|:-------|:--------|:---------|:-----------------|:---------------|:-----------------------|
89
+ | 0 | 13 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
90
+ | 1 | 8 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | X | X | | | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
91
+ | 2 | 10 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/2/clu2-sample4.png) | X | X | | X | X | | X | | | | | | | X | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
92
+ | 3 | 12 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/3/clu3-sample4.png) | X | X | X | X | X | X | | X | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | | X | | | X | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
93
+ | 4 | 11 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/4/clu4-sample4.png) | | X | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | | X | | X | | X | | X | | | | | | | | | X | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
94
+ | 5 | 14 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/5/clu5-sample4.png) | | | X | X | X | | | X | | | | | | | | | X | | X | | X | | | | | | | | | | X | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
95
+ | 6 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/6/clu6-sample4.png) | X | | | X | | | X | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
96
+ | 7 | 14 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/7/clu7-sample4.png) | X | X | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | X | X | X | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | | X | X | | X | X | | | X | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
97
+ | 8 | 5 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/8/clu8-sample4.png) | X | X | | X | | | X | | | | | | | | | | | | | | | | X | | | | | | | | X | | | | X | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | | X | | | | | | | | | | | X | | | X | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | |
98
+ | 9 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/9/clu9-sample4.png) | X | X | | X | | | | | | | | | | X | | | | | | | | | | X | | | | | | | X | | X | X | X | X | | | X | X | | | X | | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | X | | | | | | | | | | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | |
99
+ | 10 | 11 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/10/clu10-sample4.png) | X | X | | X | | | X | | | | | X | | | | | | | | | | | | X | | | | | | | X | | | | X | | | X | X | | | | X | X | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | | | X | | | | | | X | | | | | | | | | X | X | | X | X | X | X | X | | | | | | | | | | | | | | | | | |
100
+ | 11 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/11/clu11-sample4.png) | X | X | | X | | | X | | | | | | | X | | | | | | | | | | X | | | | | | | X | | | | X | | | X | X | | | | X | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | | | | | | | X | | | | | | X | | | | | | | | | X | X | | | | | X | | X | | | | | | | | | | | | | | | | |
101
+ | 12 | 9 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/12/clu12-sample4.png) | X | X | | X | | | X | | | | | X | | | | | | | | | | | | X | | | | | | | X | | | | X | | | X | X | | | | X | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | | | | | | | | | X | X | | | | | X | | X | X | X | X | X | | | | | | | | | | | | |
102
+ | 13 | 5 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/13/clu13-sample4.png) | X | X | | X | | | X | | | | | | | | | | | | | | | | | X | | | | | | | X | X | | | X | | | X | X | | | | X | X | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | X | | | X | | | X | | | | | | X | | | | | | | | | X | X | | | X | | X | | | | | | | X | X | X | X | | | | | | | | |
103
+ | 14 | 12 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/14/clu14-sample4.png) | X | X | | X | | | X | | | | | X | | | | | | | | | | | | X | | | | | | | X | X | X | | X | X | | X | X | | | | X | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | | | | | | | | | | | | | | | X | X | | X | | | | | | | | | | | | | | | | | | | | | |
104
+ | 15 | 7 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/15/clu15-sample4.png) | X | X | | X | | | X | | | | | | | | | | | | | | | | | X | | | | | | | X | | X | X | X | X | | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | X | X | | X | | | | | | | | | | | | | | X | | | | | | | |
105
+ | 16 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/16/clu16-sample4.png) | X | X | | X | | | | | | | | | | | | | | | | | | | | X | | | | | | | X | | X | X | X | X | | | | X | | | | | | X | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | |
106
+ | 17 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/17/clu17-sample4.png) | X | X | | X | | | X | | | | | | | X | | | | | | | | | | X | | | | | | | X | | | | X | | | X | X | | | | X | | | X | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | X | | X | | | | | | X | X | | | X | | X | | | | | | | | | X | X | | | | | | | | X | X | | | X | X | X | | | X | X | X | | | | |
107
+ | 18 | 6 | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/alhaitham_genshin/resolve/main/samples/18/clu18-sample4.png) | X | X | | X | | | X | | | | | X | | X | | | | | | | | | X | X | | | | X | | | X | | | | X | | | X | X | | | | X | | | X | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | X | | | X | | | | | | X | X | | | X | | X | | | | | | | | X | X | X | | | | | | | | | X | | | | | | | | | | | X | X | X | X |
108
+
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d853a4048b0a0f6b0fd51ba3d93b849ef014312e1b17f2f98ca0216dd482e4c
3
+ size 1106906046
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9e299fa196211f941af9c7ddd4cf80c2f7fb2945da2a1223c6165a2b8a0048
3
+ size 1763043262
embeddings/all.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afa50cff4d4a9edfa49250e95d5c1c117303431da9707f2feec22f77a9d0de1
3
+ size 2048128
embeddings/group_0.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baaf8573bc73f953b9ea4a8fdc36f3c9efed3a6f44b6b47f5e4e76e136fa8b2d
3
+ size 53376
embeddings/group_1.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8252ea2b3a44456234a5f95dd4d94aa4738f0795109a20ccfb58dc9d4af2de63
3
+ size 32896
embeddings/group_10.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831cc4fb612ae61598f75ef6a1cb401573803877ecdb070ff2722dd36e7082be
3
+ size 45184
embeddings/group_11.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:723a3dfde70cafb30d5a726abe4a59b6d88991731901872d5762dbc8813b1e6a
3
+ size 36992
embeddings/group_12.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efa6f41a500a26e05ec8cfe6c1ed70a5482cae420c204bad1e389db6d4acde4
3
+ size 36992
embeddings/group_13.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f16e9c0596c1ea760f55e9c52936f34343a5adc998f6c8c4bde302b9c2fd71f5
3
+ size 20608
embeddings/group_14.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1edee5a115d39ebb9bf8169ba7a2bf12a6067fe982ae2c84432e76e7d81eb13
3
+ size 49280
embeddings/group_15.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed0ee1a27197d23cadff91adfe09408321cc12c78c53276157cc5dc48b0ba52
3
+ size 28800
embeddings/group_16.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c987d4891fb176f2e5fbbb756e930c071d0a70305db1fb5387b4e71ee143625e
3
+ size 24704
embeddings/group_17.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bcdbbca77812db1a7057fafa8d5924ad00ffde67673b33f62a8118df2633596
3
+ size 24704
embeddings/group_18.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e057694a11326c76c706ee5748be0078ddeee141b71361aec12ce2be8cc33e
3
+ size 24704
embeddings/group_2.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6880da35e5b1b75d3c4ab5cf01fedae084fc5dc5b96d46e378dde09dfcacf9c0
3
+ size 41088
embeddings/group_3.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5d0cf8cc844b639ebbf95c292d8c3d40f065bc2d94891356c150c93d2cb0cc
3
+ size 49280
embeddings/group_4.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1081690a55ef88092ed7df420ce617d9ac839183df5eb74d1e7351dbe1e499df
3
+ size 45184
embeddings/group_5.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8457be4160116b4ee424b4eb754cacb493b070b462a5dd935d1221ce5427364
3
+ size 57472
embeddings/group_6.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2e26733d75fdfee3a6480d851acc9ae0f798fb40bda716067ce3217a4106d6
3
+ size 36992
embeddings/group_7.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89fa44a13b32085c1d2e95577fab49b1651871f36abb498ccf13e53a3a1b1661
3
+ size 57472
embeddings/group_8.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061bfb592ad175fdb42bebde9ed72e746408eb5f281c0e67920cb1639522fefd
3
+ size 20608
embeddings/group_9.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a33cc786f06c5501573dadb494864f34a2448ee03ac61afef6957a2bd3deda
3
+ size 36992
meta.json ADDED
@@ -0,0 +1,589 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 500,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 13,
8
+ "tags": [
9
+ "1boy",
10
+ "solo",
11
+ "abs",
12
+ "looking_at_viewer",
13
+ "muscular_male",
14
+ "navel",
15
+ "closed_mouth",
16
+ "nipples",
17
+ "large_pectorals",
18
+ "pants",
19
+ "shirt",
20
+ "artist_name",
21
+ "bara",
22
+ "one_eye_covered",
23
+ "stomach"
24
+ ]
25
+ },
26
+ {
27
+ "id": 1,
28
+ "size": 8,
29
+ "tags": [
30
+ "1boy",
31
+ "abs",
32
+ "looking_at_viewer",
33
+ "male_pubic_hair",
34
+ "muscular_male",
35
+ "navel",
36
+ "nipples",
37
+ "solo",
38
+ "testicles",
39
+ "uncensored",
40
+ "completely_nude",
41
+ "armpit_hair",
42
+ "erection",
43
+ "foreskin",
44
+ "indoors",
45
+ "large_pectorals",
46
+ "stomach",
47
+ "cable",
48
+ "closed_mouth",
49
+ "flaccid",
50
+ "armpits",
51
+ "bara",
52
+ "biceps",
53
+ "plant",
54
+ "smile",
55
+ "veiny_penis"
56
+ ]
57
+ },
58
+ {
59
+ "id": 2,
60
+ "size": 10,
61
+ "tags": [
62
+ "1boy",
63
+ "male_focus",
64
+ "pectorals",
65
+ "simple_background",
66
+ "solo",
67
+ "white_background",
68
+ "black_shirt",
69
+ "upper_body",
70
+ "blush",
71
+ "covered_abs",
72
+ "muscular_male",
73
+ "black_gloves",
74
+ "chest_jewel",
75
+ "covered_nipples",
76
+ "gem",
77
+ "looking_at_viewer",
78
+ "one_eye_covered",
79
+ "closed_mouth",
80
+ "partially_fingerless_gloves",
81
+ "green_hair",
82
+ "jewelry",
83
+ "sleeveless_shirt"
84
+ ]
85
+ },
86
+ {
87
+ "id": 3,
88
+ "size": 12,
89
+ "tags": [
90
+ "looking_at_viewer",
91
+ "pectorals",
92
+ "solo",
93
+ "1boy",
94
+ "blush",
95
+ "crossdressing",
96
+ "male_focus",
97
+ "muscular_male",
98
+ "abs",
99
+ "thighhighs",
100
+ "simple_background",
101
+ "navel",
102
+ "white_background",
103
+ "nipples",
104
+ "fake_animal_ears",
105
+ "heart",
106
+ "bulge",
107
+ "chest_jewel",
108
+ "elbow_gloves",
109
+ "sitting",
110
+ "tail",
111
+ "tongue_out"
112
+ ]
113
+ },
114
+ {
115
+ "id": 4,
116
+ "size": 11,
117
+ "tags": [
118
+ "1girl",
119
+ "genderswap_(mtf)",
120
+ "looking_at_viewer",
121
+ "large_breasts",
122
+ "solo",
123
+ "covered_navel",
124
+ "black_gloves",
125
+ "blush",
126
+ "cape",
127
+ "covered_nipples",
128
+ "elbow_gloves",
129
+ "leotard",
130
+ "simple_background",
131
+ "white_background",
132
+ "closed_mouth",
133
+ "partially_fingerless_gloves",
134
+ "sweat"
135
+ ]
136
+ },
137
+ {
138
+ "id": 5,
139
+ "size": 14,
140
+ "tags": [
141
+ "male_focus",
142
+ "2boys",
143
+ "blush",
144
+ "yaoi",
145
+ "muscular_male",
146
+ "nipples",
147
+ "penis",
148
+ "pectorals",
149
+ "sweat",
150
+ "abs",
151
+ "testicles",
152
+ "anal",
153
+ "erection",
154
+ "sex",
155
+ "cum",
156
+ "blonde_hair",
157
+ "completely_nude",
158
+ "looking_at_viewer",
159
+ "solo_focus"
160
+ ]
161
+ },
162
+ {
163
+ "id": 6,
164
+ "size": 9,
165
+ "tags": [
166
+ "1boy",
167
+ "alternate_costume",
168
+ "male_focus",
169
+ "blurry_background",
170
+ "collared_shirt",
171
+ "long_sleeves",
172
+ "upper_body",
173
+ "wing_collar",
174
+ "aqua_eyes",
175
+ "black_jacket",
176
+ "buttons",
177
+ "looking_at_viewer",
178
+ "closed_mouth",
179
+ "expressionless",
180
+ "necktie",
181
+ "open_jacket",
182
+ "contemporary",
183
+ "holding",
184
+ "light_particles",
185
+ "outdoors",
186
+ "plant",
187
+ "solo_focus",
188
+ "white_shirt"
189
+ ]
190
+ },
191
+ {
192
+ "id": 7,
193
+ "size": 14,
194
+ "tags": [
195
+ "1boy",
196
+ "male_focus",
197
+ "solo",
198
+ "alternate_costume",
199
+ "upper_body",
200
+ "aqua_eyes",
201
+ "looking_at_viewer",
202
+ "hand_up",
203
+ "black_shirt",
204
+ "closed_mouth",
205
+ "collared_shirt",
206
+ "simple_background",
207
+ "black_jacket",
208
+ "eyes_visible_through_hair",
209
+ "long_sleeves",
210
+ "necktie",
211
+ "white_background",
212
+ "jewelry",
213
+ "open_clothes",
214
+ "parted_lips",
215
+ "white_shirt",
216
+ "aqua_hair"
217
+ ]
218
+ },
219
+ {
220
+ "id": 8,
221
+ "size": 5,
222
+ "tags": [
223
+ "1boy",
224
+ "black_shirt",
225
+ "chest_jewel",
226
+ "indoors",
227
+ "long_sleeves",
228
+ "male_focus",
229
+ "solo",
230
+ "alternate_costume",
231
+ "blurry_background",
232
+ "collarbone",
233
+ "green_gemstone",
234
+ "holding_book",
235
+ "asymmetrical_sidelocks",
236
+ "collared_shirt",
237
+ "hand_up",
238
+ "mug",
239
+ "open_book",
240
+ "steam",
241
+ "aqua_eyes",
242
+ "black_pants",
243
+ "closed_mouth",
244
+ "coffee",
245
+ "holding_cup",
246
+ "looking_at_viewer",
247
+ "looking_down",
248
+ "lying",
249
+ "parted_lips",
250
+ "pillow",
251
+ "reading",
252
+ "stained_glass",
253
+ "table",
254
+ "upper_body"
255
+ ]
256
+ },
257
+ {
258
+ "id": 9,
259
+ "size": 9,
260
+ "tags": [
261
+ "1boy",
262
+ "black_gloves",
263
+ "black_shirt",
264
+ "looking_at_viewer",
265
+ "male_focus",
266
+ "partially_fingerless_gloves",
267
+ "solo",
268
+ "upper_body",
269
+ "cable",
270
+ "gold_trim",
271
+ "green_cape",
272
+ "green_gemstone",
273
+ "one_eye_covered",
274
+ "simple_background",
275
+ "sleeveless_shirt",
276
+ "teeth",
277
+ "chest_jewel",
278
+ "elbow_gloves",
279
+ "hand_up",
280
+ "headphones",
281
+ "parted_lips",
282
+ "jewelry",
283
+ "white_background"
284
+ ]
285
+ },
286
+ {
287
+ "id": 10,
288
+ "size": 11,
289
+ "tags": [
290
+ "1boy",
291
+ "black_gloves",
292
+ "black_shirt",
293
+ "gold_trim",
294
+ "green_cape",
295
+ "looking_at_viewer",
296
+ "male_focus",
297
+ "partially_fingerless_gloves",
298
+ "solo",
299
+ "cable",
300
+ "elbow_gloves",
301
+ "sleeveless_shirt",
302
+ "green_gemstone",
303
+ "black_pants",
304
+ "parted_lips",
305
+ "covered_abs",
306
+ "cowboy_shot",
307
+ "headphones",
308
+ "light_particles",
309
+ "closed_mouth",
310
+ "holding_weapon",
311
+ "artist_name",
312
+ "green_hair",
313
+ "standing",
314
+ "sword"
315
+ ]
316
+ },
317
+ {
318
+ "id": 11,
319
+ "size": 9,
320
+ "tags": [
321
+ "1boy",
322
+ "black_gloves",
323
+ "black_shirt",
324
+ "cable",
325
+ "elbow_gloves",
326
+ "gold_trim",
327
+ "green_cape",
328
+ "male_focus",
329
+ "partially_fingerless_gloves",
330
+ "sleeveless_shirt",
331
+ "solo",
332
+ "closed_mouth",
333
+ "green_gemstone",
334
+ "black_pants",
335
+ "covered_abs",
336
+ "holding_sword",
337
+ "looking_at_viewer",
338
+ "one_eye_covered",
339
+ "outdoors",
340
+ "standing",
341
+ "light_particles"
342
+ ]
343
+ },
344
+ {
345
+ "id": 12,
346
+ "size": 9,
347
+ "tags": [
348
+ "1boy",
349
+ "black_footwear",
350
+ "black_gloves",
351
+ "black_pants",
352
+ "black_shirt",
353
+ "boots",
354
+ "elbow_gloves",
355
+ "gold_trim",
356
+ "green_cape",
357
+ "male_focus",
358
+ "partially_fingerless_gloves",
359
+ "sleeveless_shirt",
360
+ "solo",
361
+ "closed_mouth",
362
+ "cable",
363
+ "looking_at_viewer",
364
+ "vision_(genshin_impact)",
365
+ "artist_name",
366
+ "full_body",
367
+ "green_gemstone",
368
+ "holding_sword",
369
+ "standing",
370
+ "covered_abs"
371
+ ]
372
+ },
373
+ {
374
+ "id": 13,
375
+ "size": 5,
376
+ "tags": [
377
+ "1boy",
378
+ "black_gloves",
379
+ "black_pants",
380
+ "black_shirt",
381
+ "elbow_gloves",
382
+ "gold_trim",
383
+ "green_cape",
384
+ "male_focus",
385
+ "outdoors",
386
+ "partially_fingerless_gloves",
387
+ "sleeveless_shirt",
388
+ "solo",
389
+ "closed_mouth",
390
+ "cloud",
391
+ "cowboy_shot",
392
+ "green_gemstone",
393
+ "looking_at_viewer",
394
+ "standing",
395
+ "blue_sky",
396
+ "cable",
397
+ "covered_abs",
398
+ "day",
399
+ "hand_up",
400
+ "pectorals",
401
+ "toned_male",
402
+ "green_hair",
403
+ "parted_lips"
404
+ ]
405
+ },
406
+ {
407
+ "id": 14,
408
+ "size": 12,
409
+ "tags": [
410
+ "1boy",
411
+ "black_gloves",
412
+ "black_shirt",
413
+ "cable",
414
+ "gold_trim",
415
+ "male_focus",
416
+ "partially_fingerless_gloves",
417
+ "sleeveless_shirt",
418
+ "solo",
419
+ "closed_mouth",
420
+ "elbow_gloves",
421
+ "green_cape",
422
+ "hand_up",
423
+ "covered_abs",
424
+ "green_gemstone",
425
+ "looking_at_viewer",
426
+ "pectorals",
427
+ "upper_body",
428
+ "artist_name",
429
+ "headphones",
430
+ "simple_background"
431
+ ]
432
+ },
433
+ {
434
+ "id": 15,
435
+ "size": 7,
436
+ "tags": [
437
+ "1boy",
438
+ "black_shirt",
439
+ "closed_mouth",
440
+ "male_focus",
441
+ "sleeveless_shirt",
442
+ "solo",
443
+ "upper_body",
444
+ "cable",
445
+ "gold_trim",
446
+ "headphones",
447
+ "simple_background",
448
+ "chest_jewel",
449
+ "green_cape",
450
+ "white_background",
451
+ "green_gemstone",
452
+ "looking_at_viewer",
453
+ "looking_to_the_side"
454
+ ]
455
+ },
456
+ {
457
+ "id": 16,
458
+ "size": 6,
459
+ "tags": [
460
+ "1boy",
461
+ "black_shirt",
462
+ "cape",
463
+ "looking_at_viewer",
464
+ "male_focus",
465
+ "solo",
466
+ "upper_body",
467
+ "parted_lips",
468
+ "chest_jewel",
469
+ "green_gemstone",
470
+ "headphones",
471
+ "simple_background",
472
+ "sleeveless_shirt",
473
+ "cable",
474
+ "white_background"
475
+ ]
476
+ },
477
+ {
478
+ "id": 17,
479
+ "size": 6,
480
+ "tags": [
481
+ "1boy",
482
+ "black_gloves",
483
+ "black_shirt",
484
+ "closed_mouth",
485
+ "day",
486
+ "elbow_gloves",
487
+ "gold_trim",
488
+ "green_cape",
489
+ "green_gemstone",
490
+ "male_focus",
491
+ "outdoors",
492
+ "partially_fingerless_gloves",
493
+ "sitting",
494
+ "sleeveless_shirt",
495
+ "solo",
496
+ "black_pants",
497
+ "blue_sky",
498
+ "boots",
499
+ "cable",
500
+ "cloud",
501
+ "flower",
502
+ "tree",
503
+ "black_footwear",
504
+ "holding_book",
505
+ "looking_at_viewer",
506
+ "one_eye_covered",
507
+ "covered_abs",
508
+ "expressionless",
509
+ "grass",
510
+ "hand_up",
511
+ "open_book"
512
+ ]
513
+ },
514
+ {
515
+ "id": 18,
516
+ "size": 6,
517
+ "tags": [
518
+ "1boy",
519
+ "black_gloves",
520
+ "black_shirt",
521
+ "cable",
522
+ "closed_mouth",
523
+ "elbow_gloves",
524
+ "gold_trim",
525
+ "green_cape",
526
+ "green_gemstone",
527
+ "holding_book",
528
+ "indoors",
529
+ "male_focus",
530
+ "partially_fingerless_gloves",
531
+ "sitting",
532
+ "sleeveless_shirt",
533
+ "solo",
534
+ "window",
535
+ "black_pants",
536
+ "hand_up",
537
+ "open_book",
538
+ "expressionless",
539
+ "looking_at_viewer",
540
+ "one_eye_covered",
541
+ "plant",
542
+ "table",
543
+ "artist_name",
544
+ "bare_shoulders",
545
+ "boots",
546
+ "covered_abs",
547
+ "crossed_legs",
548
+ "light_particles",
549
+ "single_bare_shoulder"
550
+ ]
551
+ }
552
+ ],
553
+ "core_tags": [
554
+ "grey_hair",
555
+ "short_hair",
556
+ "multicolored_hair",
557
+ "green_eyes",
558
+ "ahoge",
559
+ "hair_over_one_eye",
560
+ "swept_bangs",
561
+ "sidelocks",
562
+ "hair_between_eyes",
563
+ "parted_bangs"
564
+ ],
565
+ "display_name": "alhaitham/アルハイゼン/艾尔海森 (Genshin Impact)",
566
+ "name": "alhaitham_genshin",
567
+ "packages": {
568
+ "raw": {
569
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
570
+ "filename": "dataset-raw.zip",
571
+ "package_size": 1106906046,
572
+ "size": 500,
573
+ "sub_sizes": {},
574
+ "type": "Waifuc-Raw"
575
+ },
576
+ "stage3-p480-1200": {
577
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
578
+ "filename": "dataset-stage3-p480-1200.zip",
579
+ "package_size": 1763043262,
580
+ "size": 1249,
581
+ "sub_sizes": {
582
+ "head": 471,
583
+ "others": 778
584
+ },
585
+ "type": "IMG+TXT"
586
+ }
587
+ },
588
+ "version": "v1.6-alpha3"
589
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 70000dc637fa923f797e9aec1a2260953be83ef2c9b489f5b0900f59d3cd2c25
  • Pointer size: 131 Bytes
  • Size of remote file: 438 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: 3f23235d2fbc6819b062f5c38856975ccdc805a5437d330380600e4df72424bd
  • Pointer size: 131 Bytes
  • Size of remote file: 343 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

  • SHA256: b3b328dcd4e0e7b2f02c5f04c77ad98c8a1e32317d479e7177fc797a00bdbd3c
  • Pointer size: 131 Bytes
  • Size of remote file: 501 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: 08608a33905126c814c61bd20c4ef57add21fdd9a30c390f0d8c4fb17af43c65
  • Pointer size: 131 Bytes
  • Size of remote file: 348 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: a5e985b344d2ad697fc85a7e24befc8f42e70eab678233325c08e32158eb1d63
  • Pointer size: 131 Bytes
  • Size of remote file: 281 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: fe1e8b7b6b0c63116ba9e63e928198e12642a0cfc95e45a1f79de3df29f1b837
  • Pointer size: 131 Bytes
  • Size of remote file: 330 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

  • SHA256: 84da1349f3998087a61e72fa640170ff6779fa366d71734478bedb41976be9d8
  • Pointer size: 131 Bytes
  • Size of remote file: 377 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

  • SHA256: e0059b399beee8d9b080bd0f96900b8aba835691c707e6a9051dead7e0e42eee
  • Pointer size: 131 Bytes
  • Size of remote file: 302 kB
samples/1/clu1-sample3.png ADDED

Git LFS Details

  • SHA256: 16144eefdfc4020339b93048b359c7e348c776a943019bdcc8e9a70b4e8588c5
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
samples/1/clu1-sample4.png ADDED

Git LFS Details

  • SHA256: 5308b009b8489050885bc75307e8b87eb6dc9187a43b40cfc03fad6a81f4c8cb
  • Pointer size: 131 Bytes
  • Size of remote file: 342 kB
samples/10/clu10-sample0.png ADDED

Git LFS Details

  • SHA256: 8c2b1c00f0d1c3eab6d12f81df3b2ad6e74bcc9d9f6b386cda481e96f74de7f3
  • Pointer size: 131 Bytes
  • Size of remote file: 437 kB
samples/10/clu10-sample1.png ADDED

Git LFS Details

  • SHA256: ae49fc5a20d349e6a259c912a4bc4f40382ec52016dbd2fbb3ee7f5ab7855c17
  • Pointer size: 131 Bytes
  • Size of remote file: 388 kB
samples/10/clu10-sample2.png ADDED

Git LFS Details

  • SHA256: a156b35df188cd4cafb736ca88b521d9146bba531499b5f9ef4491d13fd7aee2
  • Pointer size: 131 Bytes
  • Size of remote file: 588 kB
samples/10/clu10-sample3.png ADDED

Git LFS Details

  • SHA256: ccca4b48bb826420be5f5e8daf1d92d83734ca08d3265dd14a0b18164ca8e366
  • Pointer size: 131 Bytes
  • Size of remote file: 560 kB
samples/10/clu10-sample4.png ADDED

Git LFS Details

  • SHA256: 3ff54ea065e51bbc13a07458bdfd97000aa41b430cf8ebd3d139a868847ae3e4
  • Pointer size: 131 Bytes
  • Size of remote file: 494 kB
samples/11/clu11-sample0.png ADDED

Git LFS Details

  • SHA256: 046ab63b5977a16aeb54feca74b418d95e301dc38375510a7fe7275b8005ba23
  • Pointer size: 131 Bytes
  • Size of remote file: 563 kB
samples/11/clu11-sample1.png ADDED

Git LFS Details

  • SHA256: f02354e60de176f776e16ba7366e0f7f3b971e52dbfac9de21f3bc9e53c48451
  • Pointer size: 131 Bytes
  • Size of remote file: 489 kB
samples/11/clu11-sample2.png ADDED

Git LFS Details

  • SHA256: c5c0f3c711a472fb5a82fbf65a59ca8e03c79dffa1c3ec344a7f72bb770acdb1
  • Pointer size: 131 Bytes
  • Size of remote file: 327 kB
samples/11/clu11-sample3.png ADDED

Git LFS Details

  • SHA256: 6a00cff9226de045d60805157d38e2eb71b5fc4bde074ac5c42e36aeb087d888
  • Pointer size: 131 Bytes
  • Size of remote file: 409 kB
samples/11/clu11-sample4.png ADDED

Git LFS Details

  • SHA256: 4433ec5bd330fe29fa622ea607875ea502b374eff28fb53a6f91fed9bacc6569
  • Pointer size: 131 Bytes
  • Size of remote file: 474 kB
samples/12/clu12-sample0.png ADDED

Git LFS Details

  • SHA256: d63965bbbb53b66a781541de3752fe5661bc56092d6b79494a426509950a9548
  • Pointer size: 131 Bytes
  • Size of remote file: 364 kB
samples/12/clu12-sample1.png ADDED

Git LFS Details

  • SHA256: a8a1c37ede5a16e082c5c6668f772e5acb4e52d945460528f208fe0765552e71
  • Pointer size: 131 Bytes
  • Size of remote file: 490 kB
samples/12/clu12-sample2.png ADDED

Git LFS Details

  • SHA256: c19e2b132931de48ef644cb0efbb5589c7516df3e36e4a41595ff0d3df498972
  • Pointer size: 131 Bytes
  • Size of remote file: 517 kB
samples/12/clu12-sample3.png ADDED

Git LFS Details

  • SHA256: 887aba714c44cece6bd249ce8479d775ca82b39f4b156a521a7023824890d5d7
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
samples/12/clu12-sample4.png ADDED

Git LFS Details

  • SHA256: feeae142b9b5f3d8c05e7dab0374c6c0be11e065ebf6ee281e68d878457c2f25
  • Pointer size: 131 Bytes
  • Size of remote file: 405 kB
samples/13/clu13-sample0.png ADDED

Git LFS Details

  • SHA256: f5a22c18337d0e635ba324198c9bb8d173c4ca6479d1637a8faa39e9c9c9464b
  • Pointer size: 131 Bytes
  • Size of remote file: 427 kB