Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- DiffSVC
|
4 |
+
- pre-trained_model
|
5 |
+
- basemodel
|
6 |
+
license: "gpl"
|
7 |
+
datasets:
|
8 |
+
- 512rc_50k
|
9 |
+
- 512rc_80k
|
10 |
+
- 512rc_100k
|
11 |
---
|
12 |
+
**English** | [简体中文(还在写)](./README_CN.md)
|
13 |
+
# DiffSVCBaseModel
|
14 |
+
|
15 |
+
A Diff-SVC basde model for all kind of voice
|
16 |
+
|
17 |
+
## How to use?
|
18 |
+
|
19 |
+
1. Choose and download this model
|
20 |
+
|
21 |
+
2. Fill your config and put your datasets into ```(diffsvc-root)/data/raw/{speaker_name}/```
|
22 |
+
|
23 |
+
3. Throw this base model(only .ckpt file) into ```(diffsvc-root)/checkpoints/{speaker_name}```
|
24 |
+
|
25 |
+
4. Then start train as usual
|
26 |
+
|
27 |
+
## How much data do you use?
|
28 |
+
|
29 |
+
I use 2 public datasets(opencpop ,m4singer),40h+ audio in total
|
30 |
+
|
31 |
+
## Download
|
32 |
+
|
33 |
+
|
34 |
+
| Version | URL |
|
35 |
+
| -------------- | ---------------------------------- |
|
36 |
+
| 384rc,50k_step | [Click here](./384rc_50k_step.zip) |
|
37 |
+
| 384rc,80k_step | [Click here](./384rc_80k_step.zip) |
|
38 |
+
|
39 |
+
More coming soon...
|
40 |
+
|
41 |
+
## Repos
|
42 |
+
|
43 |
+
| Repo | URL |
|
44 |
+
| --------------- | ---------------------------------------------------- |
|
45 |
+
| Diff-SVC | [Click here](https://github.com/prophesier/diff-svc) |
|
46 |
+
| 44.1KHz Vocoder | [Click here](https://openvpi.github.io/vocoders) |
|
47 |
+
| M4Singer | [Click here](https://github.com/M4Singer/M4Singer) |
|
48 |
+
| OpenCPOP | [Click here](https://github.com/wenet-e2e/opencpop) |
|
49 |
+
|
50 |
+
> rc: residual_channels
|