| { | |
| "_class_name": "LTX2VideoDecoderModel", | |
| "_diffusers_version": "0.37.0", | |
| "base_channels": 128, | |
| "causal": false, | |
| "convolution_dimensions": 3, | |
| "decoder_blocks": [ | |
| [ | |
| "res_x", | |
| { | |
| "num_layers": 4 | |
| } | |
| ], | |
| [ | |
| "compress_space", | |
| { | |
| "multiplier": 2 | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "num_layers": 6 | |
| } | |
| ], | |
| [ | |
| "compress_time", | |
| { | |
| "multiplier": 2 | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "num_layers": 4 | |
| } | |
| ], | |
| [ | |
| "compress_all", | |
| { | |
| "multiplier": 1 | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "num_layers": 2 | |
| } | |
| ], | |
| [ | |
| "compress_all", | |
| { | |
| "multiplier": 2 | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "num_layers": 2 | |
| } | |
| ] | |
| ], | |
| "decoder_spatial_padding_mode": "zeros", | |
| "in_channels": 128, | |
| "norm_layer": "pixel_norm", | |
| "out_channels": 3, | |
| "patch_size": 4, | |
| "timestep_conditioning": false | |
| } | |