CyberHarem/c96_girlsfrontline
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/c96_girlsfrontline
下载链接
链接失效反馈官方服务:
资源简介:
这是c96/C96/C96(少女前线)的数据集,包含19张图像及其标签。该角色的核心标签包括`long_hair, ahoge, red_eyes, hat, breasts, very_long_hair, bangs, headphones, small_breasts, garrison_cap, low_twintails`,这些标签在数据集中已被修剪。图像从多个网站(如danbooru、pixiv、zerochan等)爬取,自动爬取系统由DeepGHS团队提供支持。数据集提供了多个版本,包括原始数据、不同分辨率的图像以及经过裁剪的图像。
This is the dataset for c96/C96/C96 (from Girls' Frontline), which contains 19 images and their corresponding tags. The core tags of this character include `long_hair, ahoge, red_eyes, hat, breasts, very_long_hair, bangs, headphones, small_breasts, garrison_cap, low_twintails`, and these tags have been filtered in the dataset. The images were crawled from multiple websites such as Danbooru, Pixiv, Zerochan and other platforms, and the automatic crawling system is powered by the DeepGHS team. The dataset offers multiple versions, including raw data, images with different resolutions, and cropped images.
提供机构:
CyberHarem
原始信息汇总
数据集概述:c96/C96/C96 (Girls Frontline)
数据集基本信息
- 名称: c96/C96/C96 (Girls Frontline)
- 包含内容: 19张图像及其标签
- 核心标签: long_hair, ahoge, red_eyes, hat, breasts, very_long_hair, bangs, headphones, small_breasts, garrison_cap, low_twintails
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集包列表
| 名称 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 19 | 22.30 MiB | 下载 | Waifuc-Raw | 包含元信息的原始数据(如果较大,则最小边对齐到1400)。 |
| 800 | 19 | 11.66 MiB | 下载 | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 44 | 25.75 MiB | 下载 | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 19 | 18.59 MiB | 下载 | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 44 | 36.70 MiB | 下载 | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
数据集加载
-
加载工具: waifuc
-
加载代码示例: python import os import zipfile
from huggingface_hub import hf_hub_download from waifuc.source import LocalSource
下载原始存档文件
zip_file = hf_hub_download( repo_id=CyberHarem/c96_girlsfrontline, repo_type=dataset, filename=dataset-raw.zip, )
提取文件到目录
dataset_dir = dataset_dir os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, r) as zf: zf.extractall(dataset_dir)
使用waifuc加载数据集
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
标签聚类结果
- 示例:
- 样本数量: 6
- 图像标签: 1girl, solo, black_bikini, looking_at_viewer, navel, simple_background, black_jacket, necktie, open_clothes, white_background, armband, boots, handgun, holding_gun, striped_thighhighs, white_hair
- 图像示例:
至 



