Mirror Plachta/Seed-VC @ 257283f9f415 — hifigan.yml
Browse files- hifigan.yml +25 -0
hifigan.yml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
hift:
|
| 2 |
+
in_channels: 80
|
| 3 |
+
base_channels: 512
|
| 4 |
+
nb_harmonics: 8
|
| 5 |
+
sampling_rate: 22050
|
| 6 |
+
nsf_alpha: 0.1
|
| 7 |
+
nsf_sigma: 0.003
|
| 8 |
+
nsf_voiced_threshold: 10
|
| 9 |
+
upsample_rates: [8, 8]
|
| 10 |
+
upsample_kernel_sizes: [16, 16]
|
| 11 |
+
istft_params:
|
| 12 |
+
n_fft: 16
|
| 13 |
+
hop_len: 4
|
| 14 |
+
resblock_kernel_sizes: [3, 7, 11]
|
| 15 |
+
resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]]
|
| 16 |
+
source_resblock_kernel_sizes: [7, 11]
|
| 17 |
+
source_resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5]]
|
| 18 |
+
lrelu_slope: 0.1
|
| 19 |
+
audio_limit: 0.99
|
| 20 |
+
f0_predictor:
|
| 21 |
+
num_class: 1
|
| 22 |
+
in_channels: 80
|
| 23 |
+
cond_channels: 512
|
| 24 |
+
|
| 25 |
+
pretrained_model_path: "hift.pt"
|