|
--- |
|
license: mit |
|
task_categories: |
|
- text-to-image |
|
tags: |
|
- art |
|
- not-for-all-audiences |
|
size_categories: |
|
- n<1K |
|
--- |
|
|
|
# Dataset of zhongli/鍾離/钟离 (Genshin Impact) |
|
|
|
This is the dataset of zhongli/鍾離/钟离 (Genshin Impact), containing 500 images and their tags. |
|
|
|
The core tags of this character are `brown_hair, hair_between_eyes, multicolored_hair, long_hair, gradient_hair, yellow_eyes, tassel, earrings, single_earring, tassel_earrings, ponytail, black_hair, eyeliner, orange_hair`, which are pruned in this dataset. |
|
|
|
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)). |
|
|
|
## List of Packages |
|
|
|
| Name | Images | Size | Download | Type | Description | Images-head | Images-others | |
|
|:-----------------|---------:|:---------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:--------------|:----------------| |
|
| raw | 500 | 1.03 GiB | [Download](https://huggingface.co/datasets/CyberHarem/zhongli_genshin/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- | |
|
| stage3-p480-1200 | 1196 | 1.56 GiB | [Download](https://huggingface.co/datasets/CyberHarem/zhongli_genshin/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | 440 | 756 | |
|
|
|
### Load Raw Dataset with Waifuc |
|
|
|
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 |
|
|
|
```python |
|
import os |
|
import zipfile |
|
|
|
from huggingface_hub import hf_hub_download |
|
from waifuc.source import LocalSource |
|
|
|
# download raw archive file |
|
zip_file = hf_hub_download( |
|
repo_id='CyberHarem/zhongli_genshin', |
|
repo_type='dataset', |
|
filename='dataset-raw.zip', |
|
) |
|
|
|
# extract files to your directory |
|
dataset_dir = 'dataset_dir' |
|
os.makedirs(dataset_dir, exist_ok=True) |
|
with zipfile.ZipFile(zip_file, 'r') as zf: |
|
zf.extractall(dataset_dir) |
|
|
|
# load the dataset with waifuc |
|
source = LocalSource(dataset_dir) |
|
for item in source: |
|
print(item.image, item.meta['filename'], item.meta['tags']) |
|
``` |
|
|
|
## List of Clusters |
|
|
|
List of tag clustering result, maybe some outfits can be mined here. |
|
|
|
### Raw Text Version |
|
|
|
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |
|
|----:|----------:|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
|
| 0 | 8 |  |  |  |  |  | 1boy, black_gloves, jewelry, long_sleeves, male_focus, solo, collared_shirt, indoors, black_pants, sitting, closed_mouth, crossed_legs, looking_at_viewer, low_ponytail, smile, black_footwear, chair, holding_cup, jacket, red_eyeshadow, window, alternate_costume, antenna_hair, brown_vest, flower, formal, full_body, shoes, suit, white_necktie, white_shirt | |
|
| 1 | 5 |  |  |  |  |  | 1boy, black_gloves, long_sleeves, male_focus, sitting, solo, alternate_costume, chinese_clothes, closed_mouth, jewelry, makeup, antenna_hair, crossed_legs, holding, ginkgo_leaf, very_long_hair, white_pants | |
|
| 2 | 15 |  |  |  |  |  | 1boy, jewelry, male_focus, solo, alternate_costume, long_sleeves, looking_at_viewer, holding, closed_mouth, smile, hanfu, wide_sleeves, red_eyeshadow | |
|
| 3 | 6 |  |  |  |  |  | 1boy, black_gloves, closed_mouth, collared_shirt, crossed_arms, formal, jacket, jewelry, long_sleeves, looking_at_viewer, male_focus, necktie, pants, solo, suit, makeup, outdoors, cloudy_sky | |
|
| 4 | 16 |  |  |  |  |  | 1boy, black_gloves, collared_shirt, formal, jacket, jewelry, long_sleeves, looking_at_viewer, male_focus, pants, solo, suit, spear, closed_mouth, holding_polearm, makeup, cloudy_sky, outdoors, thumb_ring, white_necktie | |
|
| 5 | 9 |  |  |  |  |  | 1boy, black_gloves, closed_mouth, formal, holding_polearm, jacket, jewelry, long_sleeves, male_focus, solo, spear, suit, looking_at_viewer, looking_back, from_behind, pants, makeup, vision_(genshin_impact), cloudy_sky, outdoors | |
|
| 6 | 8 |  |  |  |  |  | 1boy, black_gloves, collared_shirt, formal, jacket, jewelry, long_sleeves, male_focus, necktie, solo, suit, closed_mouth, looking_at_viewer, pants, eastern_dragon, eyeshadow, thumb_ring, cloudy_sky, coattails, floating_object, polearm | |
|
| 7 | 15 |  |  |  |  |  | 1boy, black_gloves, collared_shirt, formal, jacket, jewelry, long_sleeves, looking_at_viewer, male_focus, necktie, solo, suit, makeup, floating_object, closed_mouth, simple_background, open_mouth | |
|
| 8 | 8 |  |  |  |  |  | 1boy, black_gloves, jacket, jewelry, male_focus, simple_background, solo, upper_body, collared_shirt, long_sleeves, white_background, formal, suit, closed_mouth, makeup, hand_on_own_chin, parted_lips, white_necktie | |
|
| 9 | 23 |  |  |  |  |  | 1boy, collared_shirt, jacket, jewelry, male_focus, necktie, solo, simple_background, formal, closed_mouth, looking_at_viewer, makeup, suit, white_background | |
|
| 10 | 5 |  |  |  |  |  | 1boy, black_gloves, formal, jacket, jewelry, long_sleeves, male_focus, solo, suit, branch, collared_shirt, closed_mouth, flower, makeup, upper_body, white_necktie, blurry, butterfly, ginkgo_leaf, looking_at_viewer, simple_background, white_background | |
|
| 11 | 9 |  |  |  |  |  | 1boy, black_gloves, collared_shirt, jacket, jewelry, looking_at_viewer, male_focus, solo, formal, long_sleeves, makeup, necktie, suit, ginkgo_leaf, holding, smile | |
|
| 12 | 10 |  |  |  |  |  | 1boy, collared_shirt, jewelry, long_sleeves, male_focus, solo, black_gloves, formal, jacket, closed_mouth, suit, makeup, looking_at_viewer, white_necktie, holding_cup, sitting, upper_body, teacup, window | |
|
| 13 | 17 |  |  |  |  |  | male_focus, 1boy, solo, closed_mouth, hood_up, looking_at_viewer, makeup, official_alternate_costume, hooded_cloak, simple_background, arm_tattoo, hooded_coat, jewelry, holding, sleeveless | |
|
| 14 | 15 |  |  |  |  |  | 1boy, male_focus, solo, jewelry, looking_at_viewer, long_sleeves, pectorals, makeup, closed_mouth, collared_shirt, white_shirt, abs, collarbone, open_shirt, toned_male, orange_eyes, pants, smile | |
|
| 15 | 22 |  |  |  |  |  | 1girl, genderswap_(mtf), jewelry, large_breasts, solo, looking_at_viewer, simple_background, cleavage, black_gloves, makeup, white_background, closed_mouth, long_sleeves, dress, jacket, orange_eyes, smile, holding, necktie | |
|
|
|
### Table Version |
|
|
|
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1boy | black_gloves | jewelry | long_sleeves | male_focus | solo | collared_shirt | indoors | black_pants | sitting | closed_mouth | crossed_legs | looking_at_viewer | low_ponytail | smile | black_footwear | chair | holding_cup | jacket | red_eyeshadow | window | alternate_costume | antenna_hair | brown_vest | flower | formal | full_body | shoes | suit | white_necktie | white_shirt | chinese_clothes | makeup | holding | ginkgo_leaf | very_long_hair | white_pants | hanfu | wide_sleeves | crossed_arms | necktie | pants | outdoors | cloudy_sky | spear | holding_polearm | thumb_ring | looking_back | from_behind | vision_(genshin_impact) | eastern_dragon | eyeshadow | coattails | floating_object | polearm | simple_background | open_mouth | upper_body | white_background | hand_on_own_chin | parted_lips | branch | blurry | butterfly | teacup | hood_up | official_alternate_costume | hooded_cloak | arm_tattoo | hooded_coat | sleeveless | pectorals | abs | collarbone | open_shirt | toned_male | orange_eyes | 1girl | genderswap_(mtf) | large_breasts | cleavage | dress | |
|
|----:|----------:|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:-------|:---------------|:----------|:---------------|:-------------|:-------|:-----------------|:----------|:--------------|:----------|:---------------|:---------------|:--------------------|:---------------|:--------|:-----------------|:--------|:--------------|:---------|:----------------|:---------|:--------------------|:---------------|:-------------|:---------|:---------|:------------|:--------|:-------|:----------------|:--------------|:------------------|:---------|:----------|:--------------|:-----------------|:--------------|:--------|:---------------|:---------------|:----------|:--------|:-----------|:-------------|:--------|:------------------|:-------------|:---------------|:--------------|:--------------------------|:-----------------|:------------|:------------|:------------------|:----------|:--------------------|:-------------|:-------------|:-------------------|:-------------------|:--------------|:---------|:---------|:------------|:---------|:----------|:-----------------------------|:---------------|:-------------|:--------------|:-------------|:------------|:------|:-------------|:-------------|:-------------|:--------------|:--------|:-------------------|:----------------|:-----------|:--------| |
|
| 0 | 8 |  |  |  |  |  | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 1 | 5 |  |  |  |  |  | X | X | X | X | X | X | | | | X | X | X | | | | | | | | | | X | X | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 2 | 15 |  |  |  |  |  | X | | X | X | X | X | | | | | X | | X | | X | | | | | X | | X | | | | | | | | | | | | X | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 3 | 6 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | X | | | | | | X | | | | | | | X | | | X | | | | X | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 4 | 16 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | X | | | | | | X | | | | | | | X | | | X | X | | | X | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 5 | 9 |  |  |  |  |  | X | X | X | X | X | X | | | | | X | | X | | | | | | X | | | | | | | X | | | X | | | | X | | | | | | | | | X | X | X | X | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 6 | 8 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | X | | | | | | X | | | | | | | X | | | X | | | | | | | | | | | | X | X | | X | | | X | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 7 | 15 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | X | | | | | | X | | | | | | | X | | | X | | | | X | | | | | | | | X | | | | | | | | | | | | | X | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 8 | 8 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | | | | | | | X | | | | | | | X | | | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | |
|
| 9 | 23 |  |  |  |  |  | X | | X | | X | X | X | | | | X | | X | | | | | | X | | | | | | | X | | | X | | | | X | | | | | | | | X | | | | | | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 10 | 5 |  |  |  |  |  | X | X | X | X | X | X | X | | | | X | | X | | | | | | X | | | | | | X | X | | | X | X | | | X | | X | | | | | | | | | | | | | | | | | | | | | X | | X | X | | | X | X | X | | | | | | | | | | | | | | | | | | | |
|
| 11 | 9 |  |  |  |  |  | X | X | X | X | X | X | X | | | | | | X | | X | | | | X | | | | | | | X | | | X | | | | X | X | X | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 12 | 10 |  |  |  |  |  | X | X | X | X | X | X | X | | | X | X | | X | | | | | X | X | | X | | | | | X | | | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | |
|
| 13 | 17 |  |  |  |  |  | X | | X | | X | X | | | | | X | | X | | | | | | | | | | | | | | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | | | | |
|
| 14 | 15 |  |  |  |  |  | X | | X | X | X | X | X | | | | X | | X | | X | | | | | | | | | | | | | | | | X | | X | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | | | | | | |
|
| 15 | 22 |  |  |  |  |  | | X | X | X | | X | | | | | X | | X | | X | | | | X | | | | | | | | | | | | | | X | X | | | | | | | X | | | | | | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | |
|
|
|
|