CyberHarem/biloxi_azurlane
收藏数据集概述
基本信息
- 名称: biloxi/ビロクシ/比洛克西 (Azur Lane)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集内容
- 包含内容: 22张图像及其标签
- 核心标签: breasts, long_hair, blue_eyes, blue_hair, very_long_hair, large_breasts, braid, bangs, single_braid, absurdly_long_hair
数据集包
| 名称 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 22 | 35.01 MiB | 下载 | Waifuc-Raw | 包含元信息的原始数据(如果较大,则最小边对齐到1400)。 |
| 800 | 22 | 18.23 MiB | 下载 | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 48 | 32.72 MiB | 下载 | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 22 | 30.61 MiB | 下载 | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 48 | 46.76 MiB | 下载 | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
集群列表
原始文本版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
black_bra, cleavage, 1girl, navel, solo, black_belt, black_choker, black_jacket, black_pants, closed_mouth, collarbone, looking_at_viewer, shirt, black_footwear, blue_nails, formal, full_body, high_heels, lace-trimmed_bra, long_sleeves, midriff, nail_polish, sitting, smile, swept_bangs, couch, feather_boa, lace_bra, medium_breasts, necklace, open_jacket, sidelocks, suit |
| 1 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, crop_top, looking_at_viewer, midriff, navel, short_shorts, solo, bare_shoulders, black_footwear, black_jacket, long_sleeves, off_shoulder, open_jacket, sleeveless_shirt, stomach, thigh_strap, thighs, white_shirt, braided_ponytail, collared_shirt, full_body, belt_pouch, blue_shorts, boots, closed_mouth, micro_shorts, necktie, shoes, sitting, standing |
表格版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | black_bra | cleavage | 1girl | navel | solo | black_belt | black_choker | black_jacket | black_pants | closed_mouth | collarbone | looking_at_viewer | shirt | black_footwear | blue_nails | formal | full_body | high_heels | lace-trimmed_bra | long_sleeves | midriff | nail_polish | sitting | smile | swept_bangs | couch | feather_boa | lace_bra | medium_breasts | necklace | open_jacket | sidelocks | suit | crop_top | short_shorts | bare_shoulders | off_shoulder | sleeveless_shirt | stomach | thigh_strap | thighs | white_shirt | braided_ponytail | collared_shirt | belt_pouch | blue_shorts | boots | micro_shorts | necktie | shoes | standing |
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------|:--------|:-----|:-----|:----|:----------|:------------|:------------|:-----------|:------------|:---------|:----------------|-----|:-------------|:---------|:------|:---------|:---------|:---------------|:-----------|:-------|:----------|:-------|:-----|:-----------|------|:-----------|:--------|:-------------|:--------|:-----------|:---------|:----|:--------|:-------------|:--------------|:-------------|:-----------|:------|:------------|:----------|:------|:-----------|
| 0 | 7 |
|
|
|
|
| X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | |
| 1 | 6 |
|
|
|
|
| | | X | X | X | | | X | | X | | X | | X | | | X | | | X | X | | X | | | | | | | | X | | | X | X | X | X | X | X | X | X | X | X |
数据集加载
- 加载工具: 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/biloxi_azurlane, 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])



