Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- None1145/Rosmontis
|
5 |
+
pipeline_tag: audio-to-audio
|
6 |
+
tags:
|
7 |
+
- DDSP-SVC
|
8 |
+
- Rosmontis
|
9 |
+
- Arknights
|
10 |
+
- 迷迭香
|
11 |
+
- 明日方舟
|
12 |
+
base_model:
|
13 |
+
- None1145/DDSP-SVC-6.1-Base
|
14 |
+
---
|
15 |
+
## Model Introduction
|
16 |
+
These models are based on the audio training of Rosmontis from Arknights
|
17 |
+
## How to use
|
18 |
+
```bash
|
19 |
+
git clone https://github.com/yxlllc/DDSP-SVC.git
|
20 |
+
cd DDSP-SVC
|
21 |
+
git checkout 6.1
|
22 |
+
python main_reflow.py -m None1145/DDSP-SVC-Rosmontis-the-Decadenza/Models/*.pt -i <input audio> -o <output audio>
|
23 |
+
```
|
24 |
+
### You can access [this](http://nonewiki.top) get some help setting up a Python environment
|