Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- 31356879669-1-192.mp4 +3 -0
- pretrain/contentvec/.gitignore +2 -0
- pretrain/contentvec/pytorch_model.bin +3 -0
- pretrain/nsf_hifigan/.gitignore +2 -0
- pretrain/nsf_hifigan/hubert-soft-0d54a1f4.pt +3 -0
- pretrain/nsf_hifigan/model/config.json +58 -0
- pretrain/nsf_hifigan/model/vocoder.ckpt +3 -0
- pretrain/rmvpe/.gitignore +2 -0
- pretrain/rmvpe/model.pt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
31356879669-1-192.mp4 filter=lfs diff=lfs merge=lfs -text
|
31356879669-1-192.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27d42f9abf22566f5030ca0c05c390f4c55ed45bd822804c3330e941a837e4f8
|
| 3 |
+
size 217472044
|
pretrain/contentvec/.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*
|
| 2 |
+
!.gitignore
|
pretrain/contentvec/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8dd400e054ddf4e6be75dab5a2549db748cc99e756a097c496c099f65a4854e
|
| 3 |
+
size 378342945
|
pretrain/nsf_hifigan/.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*
|
| 2 |
+
!.gitignore
|
pretrain/nsf_hifigan/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
|
pretrain/nsf_hifigan/model/config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"discriminator_periods": [
|
| 3 |
+
3,
|
| 4 |
+
5,
|
| 5 |
+
7,
|
| 6 |
+
11,
|
| 7 |
+
17,
|
| 8 |
+
23,
|
| 9 |
+
37
|
| 10 |
+
],
|
| 11 |
+
"mini_nsf": true,
|
| 12 |
+
"resblock": "1",
|
| 13 |
+
"resblock_dilation_sizes": [
|
| 14 |
+
[
|
| 15 |
+
1,
|
| 16 |
+
3,
|
| 17 |
+
5
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
1,
|
| 21 |
+
3,
|
| 22 |
+
5
|
| 23 |
+
],
|
| 24 |
+
[
|
| 25 |
+
1,
|
| 26 |
+
3,
|
| 27 |
+
5
|
| 28 |
+
]
|
| 29 |
+
],
|
| 30 |
+
"resblock_kernel_sizes": [
|
| 31 |
+
3,
|
| 32 |
+
7,
|
| 33 |
+
11
|
| 34 |
+
],
|
| 35 |
+
"upsample_initial_channel": 512,
|
| 36 |
+
"upsample_kernel_sizes": [
|
| 37 |
+
16,
|
| 38 |
+
16,
|
| 39 |
+
4,
|
| 40 |
+
4,
|
| 41 |
+
4
|
| 42 |
+
],
|
| 43 |
+
"upsample_rates": [
|
| 44 |
+
8,
|
| 45 |
+
8,
|
| 46 |
+
2,
|
| 47 |
+
2,
|
| 48 |
+
2
|
| 49 |
+
],
|
| 50 |
+
"sampling_rate": 44100,
|
| 51 |
+
"num_mels": 128,
|
| 52 |
+
"hop_size": 512,
|
| 53 |
+
"n_fft": 2048,
|
| 54 |
+
"win_size": 2048,
|
| 55 |
+
"fmin": 40,
|
| 56 |
+
"fmax": 16000,
|
| 57 |
+
"pc_aug": true
|
| 58 |
+
}
|
pretrain/nsf_hifigan/model/vocoder.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6dd28909d2a1a2dcf74b3e3aa0b82b48695b87979fdf41561940aeecd85c67f
|
| 3 |
+
size 56663267
|
pretrain/rmvpe/.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*
|
| 2 |
+
!.gitignore
|
pretrain/rmvpe/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19dc1809cf4cdb0a18db93441816bc327e14e5644b72eeaae5220560c6736fe2
|
| 3 |
+
size 368492925
|