CyberHarem/seele_starrail
收藏数据集概述
数据集名称: seele/ゼーレ/希儿/제레 (Honkai: Star Rail)
数据集内容: 包含344张图像及其标签。
核心标签: long_hair, bangs, purple_hair, hair_between_eyes, purple_eyes, ahoge, breasts, blue_hair, blue_eyes
数据集来源: 图像从多个网站(如danbooru, pixiv, zerochan等)自动爬取,爬虫系统由DeepGHS Team提供。
数据集包详情
| 包名 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 344 | 584.32 MiB | Waifuc-Raw | 原始数据,包含元信息,最小边对齐到1400像素(如果更大)。 |
| 800 | 344 | 300.34 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 838 | 633.55 MiB | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 344 | 499.59 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 838 | 950.56 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/seele_starrail, 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])
标签聚类结果
数据集提供了标签聚类结果,部分聚类结果可能包含特定的服装信息。以下是部分聚类结果的示例:
| # | 样本数 | 标签 |
|---|---|---|
| 0 | 6 | 1girl, bare_shoulders, closed_mouth, holding_sword, solo, gloves, butterfly, looking_at_viewer |
| 1 | 32 | 1girl, solo, bare_shoulders, simple_background, white_background, closed_mouth, looking_at_viewer, scarf, cleavage, gloves |
| 2 | 5 | 1girl, night_sky, solo, very_long_hair, bare_shoulders, black_gloves, butterfly, cleavage, covered_navel, fingerless_gloves, looking_at_viewer, medium_breasts, starry_sky, black_shorts, closed_mouth, cowboy_shot, detached_sleeves, outdoors, short_shorts, white_leotard, flower, full_moon, petals, purple_scarf, smile, thighs |
| 3 | 15 | 2girls, simple_background, white_background, bare_shoulders, yuri, gloves, blush, closed_mouth, grey_hair, closed_eyes |
| 4 | 11 | 2girls, bare_shoulders, black_gloves, closed_mouth, fingerless_gloves, black_shorts, looking_at_viewer, multicolored_hair, scarf, smile, white_dress |
| 5 | 13 | nipples, 1girl, navel, looking_at_viewer, two-tone_hair, completely_nude, colored_inner_hair, large_breasts, medium_breasts, blush, indoors, closed_mouth, collarbone, solo, stomach, window, bed, cowboy_shot, open_mouth |
| 6 | 11 | 1boy, 1girl, hetero, penis, solo_focus, blush, large_breasts, nipples, open_mouth, sex, cum_in_pussy, looking_at_viewer, vaginal, mosaic_censoring, nude, girl_on_top, navel, straddling, sweat, multicolored_hair, pov, spread_legs |




