CyberHarem/higana_pokemon
收藏资源简介:
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of higana (Pokémon) This is the dataset of higana (Pokémon), containing 223 images and their tags. The core tags of this character are `black_hair, breasts, short_hair, red_eyes, dark_skin, large_breasts, short_ponytail, dark-skinned_female`, 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 | 223 | 198.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/higana_pokemon/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 223 | 121.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/higana_pokemon/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 540 | 254.32 MiB | [Download](https://huggingface.co/datasets/CyberHarem/higana_pokemon/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 223 | 181.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/higana_pokemon/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 540 | 337.71 MiB | [Download](https://huggingface.co/datasets/CyberHarem/higana_pokemon/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/higana_pokemon', 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 | 25 |  |  |  |  |  | 1girl, solo, nipples, blush, nude, smile, looking_at_viewer, navel, pussy | | 1 | 21 |  |  |  |  |  | 1boy, 1girl, hetero, sex, solo_focus, vaginal, blush, sweat, nude, nipples, penis, girl_on_top, open_mouth, bar_censor, pussy, cowgirl_position | | 2 | 5 |  |  |  |  |  | 1boy, 1girl, barefoot, blush, feet, hetero, penis, solo_focus, toes, mosaic_censoring, navel, smile, two-footed_footjob, nipples, sweat, bikini, cleavage, ejaculation, naked_cape, naked_cloak, nude, open_mouth, pov | | 3 | 7 |  |  |  |  |  | 1girl, looking_at_viewer, short_shorts, smile, blush, grey_thighhighs, solo, bangs, cloak, over-kneehighs, bare_shoulders, black_shirt, cleavage, grey_shorts, open_mouth, pokemon_(creature), simple_background, sleeveless_shirt, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | nipples | blush | nude | smile | looking_at_viewer | navel | pussy | 1boy | hetero | sex | solo_focus | vaginal | sweat | penis | girl_on_top | open_mouth | bar_censor | cowgirl_position | barefoot | feet | toes | mosaic_censoring | two-footed_footjob | bikini | cleavage | ejaculation | naked_cape | naked_cloak | pov | short_shorts | grey_thighhighs | bangs | cloak | over-kneehighs | bare_shoulders | black_shirt | grey_shorts | pokemon_(creature) | simple_background | sleeveless_shirt | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:----------|:--------|:-------|:--------|:--------------------|:--------|:--------|:-------|:---------|:------|:-------------|:----------|:--------|:--------|:--------------|:-------------|:-------------|:-------------------|:-----------|:-------|:-------|:-------------------|:---------------------|:---------|:-----------|:--------------|:-------------|:--------------|:------|:---------------|:------------------|:--------|:--------|:-----------------|:-----------------|:--------------|:--------------|:---------------------|:--------------------|:-------------------|:-------------------| | 0 | 25 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 21 |  |  |  |  |  | X | | X | X | X | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 5 |  |  |  |  |  | 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 |  |  |  |  |  | X | X | | X | | X | X | | | | | | | | | | | X | | | | | | | | | X | | | | | X | X | X | X | X | X | X | X | X | X | X | X |
数据集概述
数据集基本信息
- 名称: Dataset of higana (Pokémon)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 数据量: n<1K
数据集内容
- 图像数量: 223张
- 核心标签: black_hair, breasts, short_hair, red_eyes, dark_skin, large_breasts, short_ponytail, dark-skinned_female
- 来源: 从多个网站爬取,如danbooru, pixiv, zerochan等
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 223 | 198.97 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大)。 |
| 800 | 223 | 121.78 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 540 | 254.32 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 223 | 181.12 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 540 | 337.71 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
加载原始数据集
- 工具: waifuc
- 方法: 通过Python代码下载并解压原始数据集,使用waifuc加载
标签聚类结果
- 样本数量: 25, 21, 5, 7
- 标签示例:
- 1girl, solo, nipples, blush, nude, smile, looking_at_viewer, navel, pussy
- 1boy, 1girl, hetero, sex, solo_focus, vaginal, blush, sweat, nude, nipples, penis, girl_on_top, open_mouth, bar_censor, pussy, cowgirl_position
- 1boy, 1girl, barefoot, blush, feet, hetero, penis, solo_focus, toes, mosaic_censoring, navel, smile, two-footed_footjob, nipples, sweat, bikini, cleavage, ejaculation, naked_cape, naked_cloak, nude, open_mouth, pov
- 1girl, looking_at_viewer, short_shorts, smile, blush, grey_thighhighs, solo, bangs, cloak, over-kneehighs, bare_shoulders, black_shirt, cleavage, grey_shorts, open_mouth, pokemon_(creature), simple_background, sleeveless_shirt, white_background




