Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: audio-to-audio
|
| 3 |
+
tags:
|
| 4 |
+
- rvc
|
| 5 |
+
- rvc-v2
|
| 6 |
+
- RVCv2
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
- ja
|
| 10 |
+
---
|
| 11 |
+
you can downloadc rvc models of Syoukou Asahara. please download and pull your rvc directory.
|
| 12 |
+
|
| 13 |
+
```
|
| 14 |
+
RVC1006/
|
| 15 |
+
├── logs/
|
| 16 |
+
│ └── example-added_IVF1200_Flat_nprobe_1_example_v2.index (インデックスファイル)
|
| 17 |
+
└── assets/
|
| 18 |
+
└── weights/
|
| 19 |
+
└── example.pth (モデルの重みファイル)
|
| 20 |
+
```
|