five

CyberHarem/mysterious_idol_x_alter_fgo

收藏
Hugging Face2024-03-24 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/mysterious_idol_x_alter_fgo
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of mysterious_idol_x_alter/謎のアイドルX〔オルタ〕/谜之偶像X〔Alter〕 (Fate/Grand Order) This is the dataset of mysterious_idol_x_alter/謎のアイドルX〔オルタ〕/谜之偶像X〔Alter〕 (Fate/Grand Order), containing 500 images and their tags. The core tags of this character are `yellow_eyes, blonde_hair, ahoge, glasses, braid, hair_between_eyes, semi-rimless_eyewear, black-framed_eyewear, under-rim_eyewear, sidelocks, french_braid, ribbon`, 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 | 685.14 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mysterious_idol_x_alter_fgo/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 1200 | 500 | 617.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mysterious_idol_x_alter_fgo/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 1240 | 1.16 GiB | [Download](https://huggingface.co/datasets/CyberHarem/mysterious_idol_x_alter_fgo/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/mysterious_idol_x_alter_fgo', 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 | 20 | ![](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, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush | | 1 | 12 | ![](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, black_thighhighs, blue_skirt, excalibur_(fate/stay_night), holding_sword, jacket, looking_at_viewer, open_clothes, plaid_scarf, pleated_skirt, red_scarf, serafuku, solo, duffel_coat, garter_straps, covered_mouth, long_sleeves, blue_shirt, hair_ribbon, white_background, boots, fringe_trim, red_neckerchief, simple_background | | 2 | 8 | ![](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, coat, hood, jacket, plaid_scarf, red_scarf, solo, long_sleeves, looking_at_viewer, upper_body, valentine, hair_bun, holding_gift, gift_box, simple_background, black_ribbon, blue_skirt, blush, candy, chocolate, hair_ribbon, open_clothes, school_uniform | | 3 | 14 | ![](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) | 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, upper_body, coat, jacket, long_sleeves, closed_mouth, simple_background, blush, white_background, hair_ribbon, smile | | 4 | 6 | ![](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, armor, holding_sword, looking_at_viewer, solo, black_thighhighs, coat, hood_up, jacket, open_clothes, black_leotard, garter_straps, black_gloves, energy_sword | | 5 | 9 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, gloves, holding_sword, looking_at_viewer, solo, breastplate, hood_up, black_thighhighs, jacket, dual_wielding, lightsaber | | 6 | 34 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, looking_at_viewer, solo, black_shorts, bike_shorts, white_shirt, gym_uniform, blush, black_thighhighs, long_sleeves, name_tag, choker, medium_breasts, black_jacket, simple_background, thighs, hair_ribbon, hood, open_jacket | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1boy, 1girl, bike_shorts, blush, hetero, jacket, solo_focus, black_shorts, indoors, medium_breasts, nipples, penis, vaginal, clothed_sex, girl_on_top, looking_at_viewer, open_clothes, open_mouth, straddling, thighhighs, ass, cum_in_pussy, hood, looking_back, sex_from_behind | | 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, blue_sky, cloud, day, looking_at_viewer, ocean, outdoors, bare_shoulders, black_one-piece_swimsuit, medium_breasts, solo, water, jacket, wading, beachball, black_ribbon, blush, cleavage, closed_mouth, collarbone, covered_navel, dutch_angle, food, hair_ribbon, off_shoulder, parted_lips, school_swimsuit, short_hair, standing, tree | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | plaid_scarf | red_scarf | solo | blue_skirt | jacket | pleated_skirt | serafuku | garter_straps | long_sleeves | black_thighhighs | duffel_coat | blue_shirt | open_coat | red_neckerchief | white_background | hood | simple_background | blush | excalibur_(fate/stay_night) | holding_sword | open_clothes | covered_mouth | hair_ribbon | boots | fringe_trim | coat | upper_body | valentine | hair_bun | holding_gift | gift_box | black_ribbon | candy | chocolate | school_uniform | closed_mouth | smile | armor | hood_up | black_leotard | black_gloves | energy_sword | gloves | breastplate | dual_wielding | lightsaber | black_shorts | bike_shorts | white_shirt | gym_uniform | name_tag | choker | medium_breasts | black_jacket | thighs | open_jacket | 1boy | hetero | solo_focus | indoors | nipples | penis | vaginal | clothed_sex | girl_on_top | open_mouth | straddling | thighhighs | ass | cum_in_pussy | looking_back | sex_from_behind | blue_sky | cloud | day | ocean | outdoors | bare_shoulders | black_one-piece_swimsuit | water | wading | beachball | cleavage | collarbone | covered_navel | dutch_angle | food | off_shoulder | parted_lips | school_swimsuit | short_hair | standing | tree | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:--------------|:------------|:-------|:-------------|:---------|:----------------|:-----------|:----------------|:---------------|:-------------------|:--------------|:-------------|:------------|:------------------|:-------------------|:-------|:--------------------|:--------|:------------------------------|:----------------|:---------------|:----------------|:--------------|:--------|:--------------|:-------|:-------------|:------------|:-----------|:---------------|:-----------|:---------------|:--------|:------------|:-----------------|:---------------|:--------|:--------|:----------|:----------------|:---------------|:---------------|:---------|:--------------|:----------------|:-------------|:---------------|:--------------|:--------------|:--------------|:-----------|:---------|:-----------------|:---------------|:---------|:--------------|:-------|:---------|:-------------|:----------|:----------|:--------|:----------|:--------------|:--------------|:-------------|:-------------|:-------------|:------|:---------------|:---------------|:------------------|:-----------|:--------|:------|:--------|:-----------|:-----------------|:---------------------------|:--------|:---------|:------------|:-----------|:-------------|:----------------|:--------------|:-------|:---------------|:--------------|:------------------|:-------------|:-----------|:-------| | 0 | 20 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 12 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 8 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 14 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 9 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | | | X | | X | | | | | X | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | X | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 34 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | X | | | | | | X | X | | | | | | X | X | X | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](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 | X | X | X | | | | | | | | | | | | | | | | | | | | | | | 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](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 |
提供机构:
CyberHarem
原始信息汇总

数据集概述

数据集名称

  • 名称: 谜之偶像X〔Alter〕 (Fate/Grand Order)
  • ID: mysterious_idol_x_alter/謎のアイドルX〔オルタ〕/谜之偶像X〔Alter〕

数据集内容

  • 包含: 500张图像及其标签
  • 核心标签: yellow_eyes, blonde_hair, ahoge, glasses, braid, hair_between_eyes, semi-rimless_eyewear, black-framed_eyewear, under-rim_eyewear, sidelocks, french_braid, ribbon

数据集版本

版本名称 图像数量 大小 类型 描述
raw 500 685.14 MiB Waifuc-Raw 包含元信息的原始数据(如果较大,最小边缘对齐到1400)
1200 500 617.27 MiB IMG+TXT 短边不超过1200像素的图像数据集
stage3-p480-1200 1240 1.16 GiB IMG+TXT 三阶段裁剪数据集,区域不小于480x480像素

数据集标签集群

# 样本数 主要标签
0 20 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
1 12 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
2 8 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
3 14 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
4 6 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
5 9 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
6 34 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
7 6 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
8 5 1girl, looking_at_viewer, plaid_scarf, red_scarf, solo, blue_skirt, jacket, pleated_skirt, serafuku, garter_straps, long_sleeves, black_thighhighs, duffel_coat, blue_shirt, open_coat, red_neckerchief, white_background, hood, simple_background, blush
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作