CyberHarem/fal_girlsfrontline
收藏数据集概述
名称: Dataset of fal/FAL/FAL (Girls Frontline)
内容: 包含180张图像及其标签。
核心标签: long_hair, blue_eyes, breasts, side_ponytail, bangs, large_breasts, bow, ribbon, very_long_hair, ahoge, blonde_hair, brown_hair, blue_bow, hair_ribbon, hair_bow, sidelocks, hair_between_eyes
许可证: MIT
任务类别: text-to-image
标签: art, not-for-all-audiences
大小类别: n<1K
数据集包列表
| 名称 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 180 | 218.17 MiB | 下载 | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
| 800 | 180 | 130.93 MiB | 下载 | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
| stage3-p480-800 | 431 | 269.25 MiB | 下载 | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
| 1200 | 180 | 197.24 MiB | 下载 | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
| stage3-p480-1200 | 431 | 369.53 MiB | 下载 | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
数据集加载
提供原始数据集(包括标记图像)供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/fal_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])
数据集标签聚类列表
| # | 样本数 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 标签 |
|---|




