Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
+
- zh
|
| 5 |
+
tags:
|
| 6 |
+
- rvc
|
| 7 |
+
- voice-conversion
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# W RVC v2
|
| 11 |
+
|
| 12 |
+
This repository contains a community-trained RVC v2 singing voice-conversion model for W, including its FAISS index.
|
| 13 |
+
|
| 14 |
+
这是为 W 训练的社区 RVC v2 歌声音色转换模型,包含匹配的 FAISS 索引。
|
| 15 |
+
|
| 16 |
+
This is an unofficial community-trained artifact. It does not represent endorsement by, affiliation with, or authorization from the character, performer, franchise, work, or related group.
|
| 17 |
+
|
| 18 |
+
本模型为非官方社区训练产物,不代表角色、表演者、作品、团体或相关权利方的认可、关联或授权。
|
| 19 |
+
|
| 20 |
+
## Files
|
| 21 |
+
|
| 22 |
+
- `w.pth`: RVC v2 model weight
|
| 23 |
+
- `w.index`: Matching FAISS retrieval index
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
Use the `.pth` and `.index` together with an RVC v2-compatible runtime. This asset is intended for lawful, non-deceptive creative use.
|