tiny-random-ltx2 / vocoder /config.json
h0witended's picture
Upload folder using huggingface_hub
8c6bf7b verified
Raw
History Blame Contribute Delete
443 Bytes
{
"_class_name": "LTX2Vocoder",
"_diffusers_version": "0.38.0",
"hidden_channels": 32,
"in_channels": 128,
"leaky_relu_negative_slope": 0.1,
"out_channels": 2,
"output_sampling_rate": 24000,
"resnet_dilations": [
[
1,
3,
5
]
],
"resnet_kernel_sizes": [
3
],
"upsample_factors": [
6,
5,
2,
2,
2
],
"upsample_kernel_sizes": [
16,
15,
8,
4,
4
]
}