LTX-2-dev / vae /decoder /config.json
prince-canuma's picture
Upload folder using huggingface_hub
9ee12fb verified
raw
history blame contribute delete
215 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
}