Commit
·
544a37a
1
Parent(s):
acd0c1f
Delete So_VITS_4.1_Public_Models
Browse files
So_VITS_4.1_Public_Models/Flayn_G_6400.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b430a32bfe67cfaf42c0ebfc339c3088e9aade482f8dc9a97edc9f2baf0c8fc7
|
3 |
-
size 627897375
|
|
|
|
|
|
|
|
So_VITS_4.1_Public_Models/Flayn_config.json
DELETED
@@ -1,100 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"train": {
|
3 |
-
"log_interval": 200,
|
4 |
-
"eval_interval": 800,
|
5 |
-
"seed": 1234,
|
6 |
-
"epochs": 10000,
|
7 |
-
"learning_rate": 0.0001,
|
8 |
-
"betas": [
|
9 |
-
0.8,
|
10 |
-
0.99
|
11 |
-
],
|
12 |
-
"eps": 1e-09,
|
13 |
-
"batch_size": 6,
|
14 |
-
"fp16_run": false,
|
15 |
-
"lr_decay": 0.999875,
|
16 |
-
"segment_size": 10240,
|
17 |
-
"init_lr_ratio": 1,
|
18 |
-
"warmup_epochs": 0,
|
19 |
-
"c_mel": 45,
|
20 |
-
"c_kl": 1.0,
|
21 |
-
"use_sr": true,
|
22 |
-
"max_speclen": 512,
|
23 |
-
"port": "8001",
|
24 |
-
"keep_ckpts": 3,
|
25 |
-
"all_in_mem": false,
|
26 |
-
"vol_aug": false
|
27 |
-
},
|
28 |
-
"data": {
|
29 |
-
"training_files": "filelists/train.txt",
|
30 |
-
"validation_files": "filelists/val.txt",
|
31 |
-
"max_wav_value": 32768.0,
|
32 |
-
"sampling_rate": 44100,
|
33 |
-
"filter_length": 2048,
|
34 |
-
"hop_length": 512,
|
35 |
-
"win_length": 2048,
|
36 |
-
"n_mel_channels": 80,
|
37 |
-
"mel_fmin": 0.0,
|
38 |
-
"mel_fmax": 22050,
|
39 |
-
"unit_interpolate_mode": "nearest"
|
40 |
-
},
|
41 |
-
"model": {
|
42 |
-
"inter_channels": 192,
|
43 |
-
"hidden_channels": 192,
|
44 |
-
"filter_channels": 768,
|
45 |
-
"n_heads": 2,
|
46 |
-
"n_layers": 6,
|
47 |
-
"kernel_size": 3,
|
48 |
-
"p_dropout": 0.1,
|
49 |
-
"resblock": "1",
|
50 |
-
"resblock_kernel_sizes": [
|
51 |
-
3,
|
52 |
-
7,
|
53 |
-
11
|
54 |
-
],
|
55 |
-
"resblock_dilation_sizes": [
|
56 |
-
[
|
57 |
-
1,
|
58 |
-
3,
|
59 |
-
5
|
60 |
-
],
|
61 |
-
[
|
62 |
-
1,
|
63 |
-
3,
|
64 |
-
5
|
65 |
-
],
|
66 |
-
[
|
67 |
-
1,
|
68 |
-
3,
|
69 |
-
5
|
70 |
-
]
|
71 |
-
],
|
72 |
-
"upsample_rates": [
|
73 |
-
8,
|
74 |
-
8,
|
75 |
-
2,
|
76 |
-
2,
|
77 |
-
2
|
78 |
-
],
|
79 |
-
"upsample_initial_channel": 512,
|
80 |
-
"upsample_kernel_sizes": [
|
81 |
-
16,
|
82 |
-
16,
|
83 |
-
4,
|
84 |
-
4,
|
85 |
-
4
|
86 |
-
],
|
87 |
-
"n_layers_q": 3,
|
88 |
-
"use_spectral_norm": false,
|
89 |
-
"gin_channels": 768,
|
90 |
-
"ssl_dim": 768,
|
91 |
-
"n_speakers": 1,
|
92 |
-
"vocoder_name": "nsf-hifigan",
|
93 |
-
"speech_encoder": "vec768l12",
|
94 |
-
"speaker_embedding": false,
|
95 |
-
"vol_embedding": false
|
96 |
-
},
|
97 |
-
"spk": {
|
98 |
-
"flayn": 0
|
99 |
-
}
|
100 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|