CoolFace
Modelpublic

IPostYellow/krea-realtime-video-diffusers

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes2downloads
config.json64 linesDownload Raw Back to vae
1{2  "_class_name": "AutoencoderKLWan",3  "_diffusers_version": "0.36.0",4  "attn_scales": [],5  "base_dim": 96,6  "decoder_base_dim": null,7  "dim_mult": [8    1,9    2,10    4,11    412  ],13  "dropout": 0.0,14  "in_channels": 3,15  "is_residual": false,16  "latents_mean": [17    -0.7571,18    -0.7089,19    -0.9113,20    0.1075,21    -0.1745,22    0.9653,23    -0.1517,24    1.5508,25    0.4134,26    -0.0715,27    0.5517,28    -0.3632,29    -0.1922,30    -0.9497,31    0.2503,32    -0.292133  ],34  "latents_std": [35    2.8184,36    1.4541,37    2.3275,38    2.6558,39    1.2196,40    1.7708,41    2.6052,42    2.0743,43    3.2687,44    2.1526,45    2.8652,46    1.5579,47    1.6382,48    1.1253,49    2.8251,50    1.91651  ],52  "num_res_blocks": 2,53  "out_channels": 3,54  "patch_size": null,55  "scale_factor_spatial": 8,56  "scale_factor_temporal": 4,57  "temperal_downsample": [58    false,59    true,60    true61  ],62  "z_dim": 1663}64