five

CyberHarem/nakaseko_kaori_soundeuphonium

收藏
Hugging Face2024-03-30 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/nakaseko_kaori_soundeuphonium
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of Nakaseko Kaori/中世古香織 (Sound! Euphonium) This is the dataset of Nakaseko Kaori/中世古香織 (Sound! Euphonium), containing 291 images and their tags. The core tags of this character are `brown_hair, short_hair, mole, mole_under_eye, red_eyes`, 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 | 291 | 177.55 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nakaseko_kaori_soundeuphonium/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 1200 | 291 | 177.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nakaseko_kaori_soundeuphonium/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 522 | 297.25 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nakaseko_kaori_soundeuphonium/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/nakaseko_kaori_soundeuphonium', 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 | 6 | ![](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) | blush, solo_focus, 2girls, band_uniform, blurry, black_hair, looking_at_viewer, purple_eyes, white_gloves, holding, long_hair, shako_cap, sleeveless, smile, trumpet | | 1 | 5 | ![](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) | blush, shoulder_cutout, solo_focus, 2girls, bag, necklace, purple_eyes, blurry_foreground, collarbone, grey_shirt, long_hair, closed_mouth, skirt | | 2 | 6 | ![](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) | blush, green_neckerchief, indoors, kitauji_high_school_uniform, serafuku, white_sailor_collar, brown_shirt, closed_mouth, solo_focus, window, 2girls, holding, blurry, curtains, long_sleeves, sitting, smile | | 3 | 11 | ![](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, brown_shirt, green_neckerchief, kitauji_high_school_uniform, serafuku, solo, white_sailor_collar, blush, closed_mouth, looking_at_viewer, smile, outdoors, blurry_background, upper_body | | 4 | 17 | ![](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, blue_sailor_collar, blush, kitauji_high_school_uniform, serafuku, white_shirt, closed_mouth, solo, green_neckerchief, looking_at_viewer, smile, blurry_background, indoors, pink_eyes | | 5 | 7 | ![](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, brown_shirt, kitauji_high_school_uniform, serafuku, solo, trumpet, holding_instrument, white_sailor_collar, green_neckerchief, blush, long_sleeves, playing_instrument, indoors | | 6 | 7 | ![](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, brown_shirt, brown_skirt, green_neckerchief, indoors, kitauji_high_school_uniform, long_sleeves, pleated_skirt, serafuku, trumpet, white_sailor_collar, holding_instrument, standing, solo, blurry, open_mouth, locker, smile, window | | 7 | 5 | ![](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) | 1girl, blush, brown_shirt, brown_skirt, green_neckerchief, kitauji_high_school_uniform, kneehighs, long_sleeves, pleated_skirt, school_bag, solo, standing, white_sailor_collar, white_socks, brown_serafuku, from_side, open_mouth, outdoors, tree, brown_eyes, leaning_forward, smile, closed_eyes | | 8 | 10 | ![](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) | kitauji_high_school_uniform, long_hair, serafuku, blush, green_neckerchief, short_sleeves, 2girls, blue_sailor_collar, solo_focus, white_shirt, blue_skirt, open_mouth, pleated_skirt, black_hair, indoors, school_bag | | 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | outdoors, solo_focus, blush, day, white_bikini, 1girl, cleavage, frilled_bikini, medium_breasts, blurry_background, cloud, multiple_girls, sky, smile, upper_body | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | blush | solo_focus | 2girls | band_uniform | blurry | black_hair | looking_at_viewer | purple_eyes | white_gloves | holding | long_hair | shako_cap | sleeveless | smile | trumpet | shoulder_cutout | bag | necklace | blurry_foreground | collarbone | grey_shirt | closed_mouth | skirt | green_neckerchief | indoors | kitauji_high_school_uniform | serafuku | white_sailor_collar | brown_shirt | window | curtains | long_sleeves | sitting | 1girl | solo | outdoors | blurry_background | upper_body | blue_sailor_collar | white_shirt | pink_eyes | holding_instrument | playing_instrument | brown_skirt | pleated_skirt | standing | open_mouth | locker | kneehighs | school_bag | white_socks | brown_serafuku | from_side | tree | brown_eyes | leaning_forward | closed_eyes | short_sleeves | blue_skirt | day | white_bikini | cleavage | frilled_bikini | medium_breasts | cloud | multiple_girls | sky | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------------|:---------|:---------------|:---------|:-------------|:--------------------|:--------------|:---------------|:----------|:------------|:------------|:-------------|:--------|:----------|:------------------|:------|:-----------|:--------------------|:-------------|:-------------|:---------------|:--------|:--------------------|:----------|:------------------------------|:-----------|:----------------------|:--------------|:---------|:-----------|:---------------|:----------|:--------|:-------|:-----------|:--------------------|:-------------|:---------------------|:--------------|:------------|:---------------------|:---------------------|:--------------|:----------------|:-----------|:-------------|:---------|:------------|:-------------|:--------------|:-----------------|:------------|:-------|:-------------|:------------------|:--------------|:----------------|:-------------|:------|:---------------|:-----------|:-----------------|:-----------------|:--------|:-----------------|:------| | 0 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 11 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 17 | ![](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 | 7 | ![](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 | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | 6 | 7 | ![](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 | 5 | ![](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 | | | | | | | | | | | | 8 | 10 | ![](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 | | | | | | | | | | 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | X | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | X | | X | X | X | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X |
提供机构:
CyberHarem
原始信息汇总

数据集中世古香織 (Nakaseko Kaori) 数据集概述

数据集基本信息

  • 许可证: MIT
  • 任务类别: 文本到图像
  • 标签: 艺术, 不适合所有观众
  • 规模: 小于1K

数据集内容

  • 图像数量: 291张
  • 核心标签: 棕色头发, 短发, 痣, 眼下痣, 红眼睛
  • 图像来源: 从多个网站爬取,如danbooru, pixiv, zerochan等

数据包列表

名称 图像数量 大小 下载链接 类型 描述
raw 291 177.55 MiB Download Waifuc-Raw 包含元信息的原始数据(最小边对齐到1400像素)
1200 291 177.43 MiB Download IMG+TXT 短边不超过1200像素的数据集
stage3-p480-1200 522 297.25 MiB Download IMG+TXT 3阶段裁剪数据集,区域不小于480x480像素

标签聚类结果

原始文本版本

# 样本数 图像1 图像2 图像3 图像4 图像5 标签
0 6 Img-1 Img-2 Img-3 Img-4 Img-5 脸红, 单独聚焦, 2个女孩, 乐队制服, 模糊, 黑发, 看着观众, 紫眼睛, 白手套, 持有, 长发, 军帽, 无袖, 微笑, 小号
1 5 Img-1 Img-2 Img-3 Img-4 Img-5 脸红, 肩部剪裁, 单独聚焦, 2个女孩, 包, 项链, 紫眼睛, 模糊前景, 锁骨, 灰衬衫, 长发, 闭嘴, 裙子
2 6 Img-1 Img-2 Img-3 Img-4 Img-5 脸红, 绿色领巾, 室内, 北宇治高中制服, 制服, 白色水手领, 棕色衬衫, 闭嘴, 单独聚焦, 窗户, 2个女孩, 持有, 模糊, 窗帘, 长袖, 坐着, 微笑
3 11 Img-1 Img-2 Img-3 Img-4 Img-5 1个女孩, 棕色衬衫, 绿色领巾, 北宇治高中制服, 制服, 单独, 白色水手领, 脸红, 闭嘴, 看着观众, 微笑, 室外, 模糊背景, 上半身
4 17 Img-1 Img-2 Img-3 Img-4 Img-5 1个女孩, 蓝色水手领, 脸红, 北宇治高中制服, 制服, 白色衬衫, 闭嘴, 单独, 绿色领巾, 看着观众, 微笑, 模糊背景, 室内, 粉眼睛
5 7 Img-1 Img-2 Img-3 Img-4 Img-5 1个女孩, 棕色衬衫, 北宇治高中制服, 制服, 单独, 小号, 持有乐器, 白色水手领, 绿色领巾, 脸红, 长袖, 演奏乐器, 室内
6 7 Img-1 Img-2 Img-3 Img-4 Img-5 1个女孩, 棕色衬衫, 棕色裙子, 绿色领巾, 室内, 北宇治高中制服, 长袖, 褶裙, 制服, 小号, 白色水手领, 持有乐器, 站立, 单独, 模糊, 张嘴, 储物柜, 微笑, 窗户
7 5 Img-1 Img-2 Img-3 Img-4 Img-5 1个女孩, 脸红, 棕色衬衫, 棕色裙子, 绿色领巾, 北宇治高中制服, 膝袜, 长袖, 褶裙, 书包, 单独, 站立, 白色水手领, 白袜, 棕色制服, 侧面, 张嘴, 室外, 树, 棕色眼睛, 前倾, 微笑, 闭眼
8 10 Img-1 Img-2 Img-3 Img-4 Img-5 北宇治高中制服, 长发, 制服, 脸红, 绿色领巾, 短袖, 2个女孩, 蓝色水手领, 单独聚焦, 白色衬衫, 蓝色裙子, 张嘴, 褶裙, 黑发, 室内, 书包
9 9 Img-1 Img-2 Img-3 Img-4 Img-5 室外, 单独聚焦, 脸红, 白天, 白色比基尼, 1个女孩, 乳沟, 褶边比基尼, 中等胸部, 模糊背景, 云, 多个女孩, 天空, 微笑, 上半身

表格版本

| # | 样本数 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 脸红 | 单独聚焦 | 2个女孩 | 乐队制服 | 模糊 | 黑发 | 看着观众 | 紫眼睛 | 白手套 | 持有 | 长发 | 军帽 | 无袖 | 微笑 | 小号 | 肩部剪裁 | 包 | 项链 | 模糊前景 | 锁骨 | 灰衬衫 | 闭嘴 | 裙子 | 绿色领巾 | 室内 | 北宇治高中制服 | 制服 | 白色水手领 | 棕色衬衫 | 窗户 | 窗帘 | 长袖 | 坐着 | 1个女孩 | 单独 | 室外 | 模糊背景 | 上半身 | 蓝色水手领 | 白色衬衫 | 粉眼睛 | 持有乐器 | 演奏乐器 | 棕色裙子 | 褶裙 | 站立 | 张嘴 | 储物柜 | 膝袜 | 书包 | 白袜 | 棕色制服 | 侧面 | 树 | 棕色眼睛 | 前倾 | 闭眼 | 短袖 | 蓝色裙子 | 白天 | 白色比基尼 | 乳沟 | 褶边比基尼 | 中等胸部 | 云 | 多个女孩 | 天空 | |---|--------|-------|-------|-------|-------|-------|------|----------|---------|-----------|------|------|----------|--------|--------|------|------|------|------|------|------|----------|----|------|----------|------|--------|------|------|----------|------|----------------|------|------------|----------|------|------|------|------|---------|------|------|----------|--------|------------|----------|--------|----------|----------|----------|------|------|------|------|------|------|------|------|---------|------|------|----------|------|------|------|------|------|----------|------|------------|------|----------|----------|------|----------|------| | 0 | 6 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 | 5 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | X | X | X | | | | | X | | | X | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 | 6 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | X | X | X | | X | | | | | X | | | | X | | | | | | | | X | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 | 11 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | X | | | | | | X | | | | | | | X | | | | | | | | X | | X | | X | X | X | X | | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 | 17 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | X | | | | | | X | | | | | | | X | | | | | | | | X | | X | X | X | X | | | | | | | | X | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 | 7 | Img-1 | Img-2 | Img-3 | [

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

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

二维码
科研交流群

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

数据驱动未来

携手共赢发展

商业合作