vocoder/config.json
544 B · 46 lines · json Raw
1 {
2 "_class_name": "LTX2Vocoder",
3 "_diffusers_version": "0.37.0.dev0",
4 "hidden_channels": 1024,
5 "in_channels": 128,
6 "leaky_relu_negative_slope": 0.1,
7 "out_channels": 2,
8 "output_sampling_rate": 24000,
9 "resnet_dilations": [
10 [
11 1,
12 3,
13 5
14 ],
15 [
16 1,
17 3,
18 5
19 ],
20 [
21 1,
22 3,
23 5
24 ]
25 ],
26 "resnet_kernel_sizes": [
27 3,
28 7,
29 11
30 ],
31 "upsample_factors": [
32 6,
33 5,
34 2,
35 2,
36 2
37 ],
38 "upsample_kernel_sizes": [
39 16,
40 15,
41 8,
42 4,
43 4
44 ]
45 }
46