LTX-2-distilled / vae /decoder /config.json
prince-canuma's picture
Upload folder using huggingface_hub
d7d32a8 verified
Raw
History Blame Contribute Delete
216 Bytes
{
"ch": 128,
"ch_mult": [
1,
2,
4
],
"dropout": 0.0,
"num_res_blocks": 2,
"out_ch": 2,
"resolution": 256,
"timestep_conditioning": false,
"z_channels": 8
}