LTX-Video-0.9.1-HFIE / vae /config.json
jbilcke-hf's picture
jbilcke-hf HF staff
Upload 4 files
64fae56 verified
raw
history blame
918 Bytes
{
"_class_name": "AutoencoderKLLTXVideo",
"_diffusers_version": "0.32.0.dev0",
"block_out_channels": [
128,
256,
512,
512
],
"decoder_block_out_channels": [
256,
512,
1024
],
"decoder_causal": false,
"decoder_inject_noise": [
true,
true,
true,
false
],
"decoder_layers_per_block": [
5,
6,
7,
8
],
"decoder_spatio_temporal_scaling": [
true,
true,
true
],
"encoder_causal": true,
"in_channels": 3,
"latent_channels": 128,
"layers_per_block": [
4,
3,
3,
3,
4
],
"out_channels": 3,
"patch_size": 4,
"patch_size_t": 1,
"resnet_norm_eps": 1e-06,
"scaling_factor": 1.0,
"spatio_temporal_scaling": [
true,
true,
true,
false
],
"timestep_conditioning": true,
"upsample_factor": [
2,
2,
2
],
"upsample_residual": [
true,
true,
true
]
}