CyberHarem/gita_granbluefantasy
收藏Hugging Face2024-01-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/gita_granbluefantasy
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-to-image
tags:
- art
- not-for-all-audiences
size_categories:
- n<1K
---
# Dataset of gita/ジータ (Granblue Fantasy)
This is the dataset of gita/ジータ (Granblue Fantasy), containing 500 images and their tags.
The core tags of this character are `short_hair, blonde_hair, brown_eyes, breasts, hairband, bangs, medium_breasts`, 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 | 500 | 760.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/gita_granbluefantasy/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
| 800 | 500 | 414.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/gita_granbluefantasy/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
| stage3-p480-800 | 1236 | 907.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/gita_granbluefantasy/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
| 1200 | 500 | 671.92 MiB | [Download](https://huggingface.co/datasets/CyberHarem/gita_granbluefantasy/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
| stage3-p480-1200 | 1236 | 1.29 GiB | [Download](https://huggingface.co/datasets/CyberHarem/gita_granbluefantasy/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/gita_granbluefantasy',
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 | 5 |  |  |  |  |  | 1girl, collarbone, gauntlets, holding_sword, looking_at_viewer, pink_dress, short_sleeves, white_background, zettai_ryouiki, bow, brown_thighhighs, cleavage, hair_intakes, pink_skirt, puffy_sleeves, smile, solo, white_shirt, blush, closed_mouth, red_hairband, simple_background, thigh_boots, brown_footwear, cowboy_shot, open_mouth, pink_hairband, thighs, unsheathed, v-shaped_eyebrows |
| 1 | 9 |  |  |  |  |  | 1girl, bare_shoulders, blush, looking_at_viewer, solo, black_gloves, smile, red_necktie, upper_body, simple_background, white_background, stethoscope, labcoat, sleeveless |
| 2 | 7 |  |  |  |  |  | 1girl, pleated_skirt, witch_hat, looking_at_viewer, solo, thigh_boots, thighhighs, white_gloves, white_skirt, collarbone, puffy_short_sleeves, simple_background, blush, cleavage, neckerchief, shirt, smile, white_background, black_headwear, open_mouth, sailor_collar, staff, zettai_ryouiki |
| 3 | 7 |  |  |  |  |  | 1girl, looking_at_viewer, smile, solo, bare_shoulders, white_dress, armlet, bracelet, cleavage, large_breasts, sideboob, veil, white_background, blush, yellow_eyes, covered_nipples, open_mouth, revealing_clothes |
| 4 | 16 |  |  |  |  |  | 1girl, alternate_costume, white_gloves, looking_at_viewer, puffy_short_sleeves, solo, skirt, hair_ribbon, open_mouth, blue_ribbon, hair_bow, blush, :d, one_eye_closed, simple_background, white_background |
| 5 | 5 |  |  |  |  |  | 1girl, looking_at_viewer, sailor_collar, serafuku, solo, twin_braids, hair_bow, pleated_skirt, holding_bag, medium_hair, official_alternate_costume, pink_hairband, school_bag, simple_background, white_background, white_shirt, yellow_eyes, black_skirt, blush, petals, pink_neckerchief, puffy_short_sleeves, smile |
| 6 | 5 |  |  |  |  |  | 1girl, fur_trim, looking_at_viewer, paw_gloves, solo, upper_body, blush, cat_hood, hood_up, open_mouth, :d, fake_animal_ears, black_gloves, cat_ears, long_sleeves, simple_background, white_background |
| 7 | 10 |  |  |  |  |  | 1girl, midriff, navel, solo, hair_ornament, looking_at_viewer, crop_top, earrings, short_shorts, armor, black_hairband, cape, stomach, black_gloves, blush, cleavage_cutout, red_shorts, thighhighs, belt, closed_mouth, gauntlets, smile, thighs, ahoge, ear_piercing, groin, hair_between_eyes, holding, weapon |
| 8 | 12 |  |  |  |  |  | 1girl, looking_at_viewer, red_eyes, solo, black_jacket, off_shoulder, x_hair_ornament, bare_shoulders, crop_top, midriff, navel, belt, black_choker, collarbone, earrings, simple_background, smile, tongue_out, fishnets, grey_hair, shorts, white_background, feather_boa, fruit, open_clothes, open_mouth, single_leg_pantyhose, skirt, black_nails, cleavage, holding, swept_bangs |
| 9 | 8 |  |  |  |  |  | blush, 1girl, bare_shoulders, cleavage, collarbone, looking_at_viewer, navel, official_alternate_costume, smile, solo, beach, open_mouth, bikini, hair_ornament, innertube, thigh_strap, day, large_breasts, one-piece_swimsuit, blue_sky, outdoors, thighs |
| 10 | 9 |  |  |  |  |  | 1girl, solo, hood_down, long_sleeves, looking_at_viewer, blue_eyes, blue_hair, hair_ornament, hooded_jacket, white_background, black_hairband, simple_background, smile, black_jacket, open_jacket, shirt, black_shorts, collarbone, jewelry, parted_lips, short_shorts, white_jacket |
| 11 | 5 |  |  |  |  |  | 1girl, blush, braid, floral_print, hair_flower, holding_food, looking_at_viewer, upper_body, yukata, cotton_candy, obi, solo, eating, open_mouth, pink_kimono, print_kimono, fireworks, night, white_kimono, wide_sleeves, yellow_eyes |
| 12 | 5 |  |  |  |  |  | 1girl, hair_flower, looking_at_viewer, obi, smile, solo, wide_sleeves, yukata, blush, floral_print, pink_kimono, upper_body, hair_bobbles, long_sleeves, print_kimono, twin_braids, aerial_fireworks, closed_mouth, food, holding, night_sky, open_mouth, outdoors, twitter_username, white_kimono, yellow_eyes |
| 13 | 25 |  |  |  |  |  | 1girl, fake_animal_ears, rabbit_ears, blush, looking_at_viewer, solo, hair_flower, wrist_cuffs, cape, playboy_bunny, rabbit_tail, smile, thighhighs, open_mouth, alternate_costume, white_leotard, cleavage, short_sleeves, simple_background, large_breasts, white_background |
| 14 | 8 |  |  |  |  |  | 1boy, 1girl, blush, hetero, solo_focus, mosaic_censoring, nipples, simple_background, open_mouth, white_background, completely_nude, penis, yellow_eyes, ass, collarbone, girl_on_top, large_breasts, navel, pink_hairband, pussy, sex, straddling |
| 15 | 5 |  |  |  |  |  | 1boy, 1girl, hetero, nipples, solo_focus, bikini, open_mouth, paizuri, smile, blush, looking_at_viewer, pov, yellow_eyes, fang, gigantic_breasts, huge_breasts, white_background |
### Table Version
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | collarbone | gauntlets | holding_sword | looking_at_viewer | pink_dress | short_sleeves | white_background | zettai_ryouiki | bow | brown_thighhighs | cleavage | hair_intakes | pink_skirt | puffy_sleeves | smile | solo | white_shirt | blush | closed_mouth | red_hairband | simple_background | thigh_boots | brown_footwear | cowboy_shot | open_mouth | pink_hairband | thighs | unsheathed | v-shaped_eyebrows | bare_shoulders | black_gloves | red_necktie | upper_body | stethoscope | labcoat | sleeveless | pleated_skirt | witch_hat | thighhighs | white_gloves | white_skirt | puffy_short_sleeves | neckerchief | shirt | black_headwear | sailor_collar | staff | white_dress | armlet | bracelet | large_breasts | sideboob | veil | yellow_eyes | covered_nipples | revealing_clothes | alternate_costume | skirt | hair_ribbon | blue_ribbon | hair_bow | :d | one_eye_closed | serafuku | twin_braids | holding_bag | medium_hair | official_alternate_costume | school_bag | black_skirt | petals | pink_neckerchief | fur_trim | paw_gloves | cat_hood | hood_up | fake_animal_ears | cat_ears | long_sleeves | midriff | navel | hair_ornament | crop_top | earrings | short_shorts | armor | black_hairband | cape | stomach | cleavage_cutout | red_shorts | belt | ahoge | ear_piercing | groin | hair_between_eyes | holding | weapon | red_eyes | black_jacket | off_shoulder | x_hair_ornament | black_choker | tongue_out | fishnets | grey_hair | shorts | feather_boa | fruit | open_clothes | single_leg_pantyhose | black_nails | swept_bangs | beach | bikini | innertube | thigh_strap | day | one-piece_swimsuit | blue_sky | outdoors | hood_down | blue_eyes | blue_hair | hooded_jacket | open_jacket | black_shorts | jewelry | parted_lips | white_jacket | braid | floral_print | hair_flower | holding_food | yukata | cotton_candy | obi | eating | pink_kimono | print_kimono | fireworks | night | white_kimono | wide_sleeves | hair_bobbles | aerial_fireworks | food | night_sky | twitter_username | rabbit_ears | wrist_cuffs | playboy_bunny | rabbit_tail | white_leotard | 1boy | hetero | solo_focus | mosaic_censoring | nipples | completely_nude | penis | ass | girl_on_top | pussy | sex | straddling | paizuri | pov | fang | gigantic_breasts | huge_breasts |
|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:-------------|:------------|:----------------|:--------------------|:-------------|:----------------|:-------------------|:-----------------|:------|:-------------------|:-----------|:---------------|:-------------|:----------------|:--------|:-------|:--------------|:--------|:---------------|:---------------|:--------------------|:--------------|:-----------------|:--------------|:-------------|:----------------|:---------|:-------------|:--------------------|:-----------------|:---------------|:--------------|:-------------|:--------------|:----------|:-------------|:----------------|:------------|:-------------|:---------------|:--------------|:----------------------|:--------------|:--------|:-----------------|:----------------|:--------|:--------------|:---------|:-----------|:----------------|:-----------|:-------|:--------------|:------------------|:--------------------|:--------------------|:--------|:--------------|:--------------|:-----------|:-----|:-----------------|:-----------|:--------------|:--------------|:--------------|:-----------------------------|:-------------|:--------------|:---------|:-------------------|:-----------|:-------------|:-----------|:----------|:-------------------|:-----------|:---------------|:----------|:--------|:----------------|:-----------|:-----------|:---------------|:--------|:-----------------|:-------|:----------|:------------------|:-------------|:-------|:--------|:---------------|:--------|:--------------------|:----------|:---------|:-----------|:---------------|:---------------|:------------------|:---------------|:-------------|:-----------|:------------|:---------|:--------------|:--------|:---------------|:-----------------------|:--------------|:--------------|:--------|:---------|:------------|:--------------|:------|:---------------------|:-----------|:-----------|:------------|:------------|:------------|:----------------|:--------------|:---------------|:----------|:--------------|:---------------|:--------|:---------------|:--------------|:---------------|:---------|:---------------|:------|:---------|:--------------|:---------------|:------------|:--------|:---------------|:---------------|:---------------|:-------------------|:-------|:------------|:-------------------|:--------------|:--------------|:----------------|:--------------|:----------------|:-------|:---------|:-------------|:-------------------|:----------|:------------------|:--------|:------|:--------------|:--------|:------|:-------------|:----------|:------|:-------|:-------------------|:---------------|
| 0 | 5 |  |  |  |  |  | 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 | 9 |  |  |  |  |  | X | | | | X | | | X | | | | | | | | X | X | | X | | | X | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 2 | 7 |  |  |  |  |  | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 4 | 16 |  |  |  |  |  | X | | | | X | | | X | | | | | | | | | X | | X | | | X | | | | X | | | | | | | | | | | | | | | X | | X | | | | | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 5 | 5 |  |  |  |  |  | X | | | | X | | | X | | | | | | | | X | X | X | X | | | X | | | | | X | | | | | | | | | | | X | | | | | X | | | | X | | | | | | | | X | | | | | | | X | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 6 | 5 |  |  |  |  |  | X | | | | X | | | X | | | | | | | | | X | | X | | | X | | | | X | | | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 7 | 10 |  |  |  |  |  | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 8 | 12 |  |  |  |  |  | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 9 | 8 |  |  |  |  |  | X | X | | | X | | | | | | | X | | | | X | X | | X | | | | | | | X | | X | | | X | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 10 | 9 |  |  |  |  |  | X | X | | | X | | | X | | | | | | | | X | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | X | | X | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 11 | 5 |  |  |  |  |  | X | | | | X | | | | | | | | | | | | X | | X | | | | | | | X | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 12 | 5 |  |  |  |  |  | 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 | | | | | | | | | | | | | | | | | | | | | | |
| 13 | 25 |  |  |  |  |  | X | | | | X | | X | X | | | | X | | | | X | X | | X | | | X | | | | X | | | | | | | | | | | | | | X | | | | | | | | | | | | X | | | | | | X | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | |
| 14 | 8 |  |  |  |  |  | X | X | | | | | | X | | | | | | | | | | | X | | | X | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | | | | | |
| 15 | 5 |  |  |  |  |  | X | | | | X | | | X | | | | | | | | X | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | | X | | | | | | | | X | X | X | X | X |
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集基本信息
- 名称: Dataset of gita/ジータ (Granblue Fantasy)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集内容
- 图像数量: 500
- 核心标签: short_hair, blonde_hair, brown_eyes, breasts, hairband, bangs, medium_breasts
- 图像来源: 从多个网站(如danbooru, pixiv, zerochan等)爬取
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 500 | 760.15 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大) |
| 800 | 500 | 414.75 MiB | IMG+TXT | 短边不超过800像素的数据集 |
| stage3-p480-800 | 1236 | 907.68 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素 |
| 1200 | 500 | 671.92 MiB | IMG+TXT | 短边不超过1200像素的数据集 |
| stage3-p480-1200 | 1236 | 1.29 GiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素 |
标签聚类结果
- 示例: 展示了不同标签组合的图像样本及其对应的标签



