CyberHarem/x95_girlsfrontline
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/x95_girlsfrontline
下载链接
链接失效反馈官方服务:
资源简介:
这是x95/X95/X95 (Girls Frontline)的数据集,包含31张图片及其标签。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集的核心标签包括`blonde_hair, hair_ornament, hair_flower, hairband, long_hair, yellow_eyes, bangs, hair_between_eyes, breasts`。文件中还列出了不同版本的包及其下载链接,以及如何使用waifuc加载原始数据集的说明。此外,还提供了标签聚类结果的列表。
这是x95/X95/X95 (Girls Frontline)的数据集,包含31张图片及其标签。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集的核心标签包括`blonde_hair, hair_ornament, hair_flower, hairband, long_hair, yellow_eyes, bangs, hair_between_eyes, breasts`。文件中还列出了不同版本的包及其下载链接,以及如何使用waifuc加载原始数据集的说明。此外,还提供了标签聚类结果的列表。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
- 名称: Dataset of x95/X95/X95 (Girls Frontline)
数据集内容
- 图像数量: 31张
- 核心标签: blonde_hair, hair_ornament, hair_flower, hairband, long_hair, yellow_eyes, bangs, hair_between_eyes, breasts
数据集版本
- 版本:
- raw: 31张图像,48.61 MiB
- 800: 31张图像,26.47 MiB
- stage3-p480-800: 78张图像,57.57 MiB
- 1200: 31张图像,42.55 MiB
- stage3-p480-1200: 78张图像,81.99 MiB
数据集标签
- 主要标签: art, not-for-all-audiences
- 任务类别: text-to-image
- 大小类别: n<1K
许可证
- 许可证: MIT
数据集加载
-
加载工具: waifuc
-
加载代码示例: 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/x95_girlsfrontline, 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])
数据集集群
- 集群示例:
- 样本数量: 31
- 标签: flower, 1girl, looking_at_viewer, solo, star_of_david, choker, holding, jacket, smile, skirt, blush, cape, black_gloves, thighhighs, white_background



