---
title: idol_assets_fullset
canonical_url: "https://www.modelscope.cn/datasets/gaogaoonholiday/idol_assets_fullset"
md_url: "https://www.modelscope.cn/datasets/gaogaoonholiday/idol_assets_fullset.md"
repository: gaogaoonholiday/idol_assets_fullset
chinese_name: "偶像资产（全套）"
last_updated: 2026-09-16
license: "Apache License 2.0"
storage_size: "101 GB"
downloads: 93470
stars: 0
---

# idol_assets_fullset

> idol_assets_fullset - gaogaoonholiday 在 ModelScope 开源的数据集。batch1: profile，图片（8张），音乐（大部分10首，小部分9首）

gaogaoonholiday/idol_assets_fullset 是 ModelScope 魔搭社区上的数据集，存储大小 101 GB，采用 Apache License 2.0 许可。

- **Repository**: gaogaoonholiday/idol_assets_fullset
- **License**: Apache License 2.0
- **Storage size**: 101 GB
- **Downloads**: 93470
- **Stars**: 0
- **Last updated**: 2026-09-16

Source: https://www.modelscope.cn/datasets/gaogaoonholiday/idol_assets_fullset

---

# 偶像资产（全套） Idol Assets Fullset

批量流水线生成的虚拟女团偶像资产数据集。每个 idol 包含三部分内容：**人物档案（profile）**、**写真图片（8 张）**、**歌曲音乐（20 首）**。

## 目录结构

```
idol_assets_fullset_batch1/          # 第一批：idol 201–663（不含 604、646）
├── profile.json                     #   档案（461 条）
├── image_output/idol_XXX/           #   每 idol 8 张图 + image_generation.txt
└── music_output/idol_XXX/           #   persona.json + voice_sample.mp3 + song_1..song_10（个别 9 首）

idol_assets_fullset_batch2/          # 第二批：idol 201–1200 全量
├── profile.json                     #   档案（1000 条，idol 201–1200）
├── image_output/idol_XXX/           #   每 idol 8 张图 + image_generation.txt
└── music_output/idol_XXX/           #   persona.json + voice_sample.mp3 + song_1..song_20

music_portuguese_output/             # 葡语歌曲补充批次：idol 201–1200
└── idol_XXX/song_21/                #   每 idol 1 首新曲：song.mp3 + metadata.json
```

### music_portuguese_output（葡语批次）

- 覆盖 idol **201–1200 全部 1000 个**，每个 idol 新增 1 首葡萄牙语歌曲，编为 **song_21**（接续 batch2 的 song_1–20）
- 每个 song_21 目录含 `song.mp3` 与 `metadata.json`（曲名 / 风格 / 语种 `pt` / 主题 / 歌词 / LRC 歌词 / 时长 / music_id 等）
- 共 2,000 个文件，约 4.6 GB

- 图片规格：front_headshot / left_45_headshot / right_45_headshot（1080×1080）；front_full_body / side_full_body / back_full_body / featured_style_phot（1080×1920）；extra_avatar（1080×1080）
- 音乐目录：每个 song_N 含 `song.mp3` 与 `metadata.json`（曲名/风格/语种/歌词/LRC 歌词等），部分含人声分离的 `vocals.mp3`

## idol_assets_fullset_batch2 相对 batch1 的新增内容清单

batch2 为 idol **201–1200 的全量自包含批次**（含与 batch1 重叠的 461 个 idol 的最新版本）。相对 batch1 的新增内容如下：

### 一、整批新增的 idol（batch1 完全缺失）：539 个

编号段：`604`、`646`、`664–1200`

每个新增 idol 包含：档案 1 条（profile.json）、图片 8 张、音乐 voice_sample.mp3 + persona.json + song_1..song_20。

### 二、batch1 已有 idol 的扩充内容：461 个

batch1 中的全部 idol（201–663，除 604、646）在 batch2 中均有扩充，新增文件集中在音乐部分：

- 绝大多数 idol：歌曲由 batch1 的 song_1–10 扩充至 song_1–20，新增 **song_11–song_20**（10 首）
- 个别 idol（622、645，batch1 仅 9 首）：新增 **song_10–song_20**（11 首）
- 图片与档案无变化（batch2 中的版本与 batch1 内容一致）

### 三、数量汇总

| 项目 | 数量 |
|---|---|
| batch2 档案总数 | 1000（idol 201–1200） |
| 整批新增 idol | 539（604、646、664–1200） |
| 扩充歌曲的已有 idol | 461（201–663） |
| 相对 batch1 新增文件总数 | 37,252 |
| batch2 文件总数 | 52,001 |

> 已知差异：`idol_assets_fullset_batch2/image_output/idol_729/extra_avatar.jpg` 因平台内容审核被自动回退、多次重试未通过，仓库中该 idol 为 7 张图（其余内容完整），batch2 实际在库文件 52,000 个。

## 下载方式

```python
from modelscope.hub.api import HubApi
# SDK 下载或 git clone 均可，仓库类型为 dataset
# git clone https://www.modelscope.cn/datasets/gaogaoonholiday/idol_assets_fullset.git
```
