{ | |
"architectures": [ | |
"OpenSoraVAE_V1_3_Pipline" | |
], | |
"decoder": { | |
"ch": 128, | |
"ch_mult": [ | |
1, | |
2, | |
4, | |
4 | |
], | |
"in_channels": 3, | |
"micro_batch_size_2d": 4, | |
"num_res_blocks": 2, | |
"out_ch": 3, | |
"temporal_up_layers": [ | |
2, | |
3 | |
], | |
"type": "VideoDecoder", | |
"z_channels": 16 | |
}, | |
"encoder": { | |
"ch": 128, | |
"ch_mult": [ | |
1, | |
2, | |
4, | |
4 | |
], | |
"double_z": true, | |
"down_sampling_layer": [ | |
1, | |
2 | |
], | |
"in_channels": 3, | |
"micro_batch_size_2d": 4, | |
"num_res_blocks": 2, | |
"out_ch": 3, | |
"type": "VideoEncoder", | |
"z_channels": 16 | |
}, | |
"model_type": "OpenSoraVAE_V1_3_Pipline", | |
"torch_dtype": "bfloat16", | |
"transformers_version": "4.39.3" | |
} | |