motionctrl-svd / vae /config.json
a-r-r-o-w's picture
a-r-r-o-w HF staff
Update vae config (use_legacy -> use_quant_conv)
2251fc1 verified
raw
history blame contribute delete
481 Bytes
{
"_class_name": "AutoencoderKLTemporalDecoder",
"_diffusers_version": "0.26.0.dev0",
"block_out_channels": [
128,
256,
512,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"force_upcast": true,
"in_channels": 3,
"latent_channels": 4,
"layers_per_block": 2,
"out_channels": 3,
"sample_size": 768,
"scaling_factor": 0.18215,
"use_quant_conv": false
}