-
Notifications
You must be signed in to change notification settings - Fork 839
Open
Description
I downloaded the VAE model, LTX-Video-0.9.7-dev; however, diffusers_config_mapping.py is not updated, thus I can't load this VAE model from local. Would you mind providing OURS_VAE_CONFIG for LTX-Video-0.9.7-dev?
OURS_VAE_CONFIG = {
"_class_name": "CausalVideoAutoencoder",
"dims": 3,
"in_channels": 3,
"out_channels": 3,
"latent_channels": 128,
"blocks": [
["res_x", 4],
["compress_all", 1],
["res_x_y", 1],
["res_x", 3],
["compress_all", 1],
["res_x_y", 1],
["res_x", 3],
["compress_all", 1],
["res_x", 3],
["res_x", 4],
],
"scaling_factor": 1.0,
"norm_layer": "pixel_norm",
"patch_size": 4,
"latent_log_var": "uniform",
"use_quant_conv": False,
"causal_decoder": False,
}
Metadata
Metadata
Assignees
Labels
No labels