Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,17 @@ license: cc-by-nc-4.0
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
-
Models trained from VITS-fast-fine-tuning
|
7 |
- Three speakers: laoliang (θζ’), specialweek, zhongli.
|
8 |
- The model is trained on the C+J base model with 500 epochs.
|
9 |
- Following the official instruction, we use a single long audio of laoliang (~5 minutes) with auxiliary data as training data.
|
10 |
-
- After downloading models, you need to move finetune_speaker.json and G_latest.pth to /path/to/ VITS-fast-fine-
|
11 |
-
- Finally, you can run your local gradio application via
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
+
Models trained from [VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)
|
7 |
- Three speakers: laoliang (θζ’), specialweek, zhongli.
|
8 |
- The model is trained on the C+J base model with 500 epochs.
|
9 |
- Following the official instruction, we use a single long audio of laoliang (~5 minutes) with auxiliary data as training data.
|
10 |
+
- After downloading models, you need to move finetune_speaker.json and G_latest.pth to _/path/to/ VITS-fast-fine-tuning_.
|
11 |
+
- Finally, you can run your local gradio application via _python VC_inference.py --model_dir ./G_latest.pth --share True_
|
12 |
+
|
13 |
+
'''bash
|
14 |
+
VITS-fast-fine-tuning
|
15 |
+
ββββVC_inference.py
|
16 |
+
ββββ...
|
17 |
+
ββββfinetune_speaker.json
|
18 |
+
ββββG_latest.pth
|
19 |
+
'''
|