|
--- |
|
license: mit |
|
task_categories: |
|
- text-to-image |
|
tags: |
|
- art |
|
- not-for-all-audiences |
|
size_categories: |
|
- n<1K |
|
--- |
|
|
|
# Dataset of vermeil/ヴァーミル/红云 (Arknights) |
|
|
|
This is the dataset of vermeil/ヴァーミル/红云 (Arknights), containing 251 images and their tags. |
|
|
|
The core tags of this character are `animal_ears, fox_ears, short_hair, blonde_hair, notched_ear, animal_ear_fluff, hair_ornament, hairclip, fox_girl, orange_eyes, hair_between_eyes, tail, fox_tail`, 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 | |
|
|:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| |
|
| raw | 251 | 344.70 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vermeil_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | |
|
| 1200 | 251 | 295.73 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vermeil_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | |
|
| stage3-p480-1200 | 629 | 611.28 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vermeil_arknights/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | |
|
|
|
### 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/vermeil_arknights', |
|
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 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, black_shorts, hood_down, looking_at_viewer, solo, white_shirt, midriff, short_shorts, arrow_(projectile), holding_bow_(weapon), black_gloves, fingerless_gloves, navel, prosthetic_arm, cloak, oripathy_lesion_(arknights), crop_top, bandaged_arm, hooded_cape, quiver, black_cape, standing, simple_background, tooth_necklace, full_body, closed_mouth | |
|
| 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, bandaged_arm, black_shorts, hooded_cape, looking_at_viewer, midriff, navel, short_shorts, simple_background, solo, strapless_shirt, tooth_necklace, white_shirt, hood_down, oripathy_lesion_(arknights), prosthetic_arm, black_gloves, blush, crop_top, fingerless_gloves, tube_top, black_cape, cowboy_shot, fang, white_background, ear_piercing, hooded_cloak, open_mouth, standing, stomach | |
|
| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, bare_shoulders, black_shorts, crop_top, looking_at_viewer, midriff, navel, necklace, oripathy_lesion_(arknights), prosthetic_arm, short_shorts, small_breasts, solo, strapless_shirt, white_shirt, bandaged_arm, blush, stomach, tube_top, black_gloves, fang, sitting, armpits, bandaged_leg, cape, fingerless_gloves, hand_up, open_mouth, parted_lips, red_eyes, scar, simple_background, thigh_strap, white_background | |
|
| 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, blush, hetero, navel, nipples, open_mouth, oripathy_lesion_(arknights), penis, small_breasts, vaginal, loli, spread_legs, cum_in_pussy, heart_censor, indoors, nude, prosthetic_arm, single_glove, solo_focus, bandages, black_gloves, ear_piercing, fang, feet, girl_on_top, jewelry, mosaic_censoring, sex_from_behind, soles, testicles, toes, tongue_out | |
|
| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, blush, simple_background, small_breasts, solo, arm_strap, collarbone, full_body, looking_at_viewer, navel, nude, red_eyes, white_background, black_gloves, fang, nipples, open_mouth, oripathy_lesion_(arknights), single_elbow_glove, sweat, asymmetrical_gloves, bar_censor, bound, closed_mouth, gradient_hair, jewelry, kneeling, pussy, restrained, single_glove, skindentation, tears, white_thighhighs | |
|
|
|
### Table Version |
|
|
|
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_shorts | hood_down | looking_at_viewer | solo | white_shirt | midriff | short_shorts | arrow_(projectile) | holding_bow_(weapon) | black_gloves | fingerless_gloves | navel | prosthetic_arm | cloak | oripathy_lesion_(arknights) | crop_top | bandaged_arm | hooded_cape | quiver | black_cape | standing | simple_background | tooth_necklace | full_body | closed_mouth | strapless_shirt | blush | tube_top | cowboy_shot | fang | white_background | ear_piercing | hooded_cloak | open_mouth | stomach | bare_shoulders | necklace | small_breasts | sitting | armpits | bandaged_leg | cape | hand_up | parted_lips | red_eyes | scar | thigh_strap | 1boy | hetero | nipples | penis | vaginal | loli | spread_legs | cum_in_pussy | heart_censor | indoors | nude | single_glove | solo_focus | bandages | feet | girl_on_top | jewelry | mosaic_censoring | sex_from_behind | soles | testicles | toes | tongue_out | arm_strap | collarbone | single_elbow_glove | sweat | asymmetrical_gloves | bar_censor | bound | gradient_hair | kneeling | pussy | restrained | skindentation | tears | white_thighhighs | |
|
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:------------|:--------------------|:-------|:--------------|:----------|:---------------|:---------------------|:-----------------------|:---------------|:--------------------|:--------|:-----------------|:--------|:------------------------------|:-----------|:---------------|:--------------|:---------|:-------------|:-----------|:--------------------|:-----------------|:------------|:---------------|:------------------|:--------|:-----------|:--------------|:-------|:-------------------|:---------------|:---------------|:-------------|:----------|:-----------------|:-----------|:----------------|:----------|:----------|:---------------|:-------|:----------|:--------------|:-----------|:-------|:--------------|:-------|:---------|:----------|:--------|:----------|:-------|:--------------|:---------------|:---------------|:----------|:-------|:---------------|:-------------|:-----------|:-------|:--------------|:----------|:-------------------|:------------------|:--------|:------------|:-------|:-------------|:------------|:-------------|:---------------------|:--------|:----------------------|:-------------|:--------|:----------------|:-----------|:--------|:-------------|:----------------|:--------|:-------------------| |
|
| 0 | 19 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](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 | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](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 | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | |
|
| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-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 | X | |
|
|
|
|