Upload 5 files
Browse files- contentvec/checkpoint_best_legacy_500.pt +3 -0
- hubert/hubert-soft-0d54a1f4.pt +3 -0
- nsf_hifigan/config.json +56 -0
- nsf_hifigan/model/vocoder.ckpt +3 -0
- rmvpe/model.pt +3 -0
contentvec/checkpoint_best_legacy_500.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60d936ec5a566776fc392e69ad8b630d14eb588111233fe313436e200a7b187b
|
3 |
+
size 1330114945
|
hubert/hubert-soft-0d54a1f4.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e82e7d079df05fe3aa535f6f7d42d309bdae1d2a53324e2b2386c56721f4f649
|
3 |
+
size 378435957
|
nsf_hifigan/config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"discriminator_periods": [
|
3 |
+
3,
|
4 |
+
5,
|
5 |
+
7,
|
6 |
+
11,
|
7 |
+
17,
|
8 |
+
23,
|
9 |
+
37
|
10 |
+
],
|
11 |
+
"resblock": "1",
|
12 |
+
"resblock_dilation_sizes": [
|
13 |
+
[
|
14 |
+
1,
|
15 |
+
3,
|
16 |
+
5
|
17 |
+
],
|
18 |
+
[
|
19 |
+
1,
|
20 |
+
3,
|
21 |
+
5
|
22 |
+
],
|
23 |
+
[
|
24 |
+
1,
|
25 |
+
3,
|
26 |
+
5
|
27 |
+
]
|
28 |
+
],
|
29 |
+
"resblock_kernel_sizes": [
|
30 |
+
3,
|
31 |
+
7,
|
32 |
+
11
|
33 |
+
],
|
34 |
+
"upsample_initial_channel": 512,
|
35 |
+
"upsample_kernel_sizes": [
|
36 |
+
16,
|
37 |
+
16,
|
38 |
+
4,
|
39 |
+
4,
|
40 |
+
4
|
41 |
+
],
|
42 |
+
"upsample_rates": [
|
43 |
+
8,
|
44 |
+
8,
|
45 |
+
2,
|
46 |
+
2,
|
47 |
+
2
|
48 |
+
],
|
49 |
+
"sampling_rate": 44100,
|
50 |
+
"num_mels": 128,
|
51 |
+
"hop_size": 512,
|
52 |
+
"n_fft": 2048,
|
53 |
+
"win_size": 2048,
|
54 |
+
"fmin": 40,
|
55 |
+
"fmax": 16000
|
56 |
+
}
|
nsf_hifigan/model/vocoder.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6512580252c2675b46d7d81845d33223c2450cc5d6590afd83f6e21319d47fe8
|
3 |
+
size 56816642
|
rmvpe/model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19dc1809cf4cdb0a18db93441816bc327e14e5644b72eeaae5220560c6736fe2
|
3 |
+
size 368492925
|