CIRA / vae /config.json
monkseal555's picture
Upload folder using huggingface_hub
9ffafaa verified
raw
history blame contribute delete
517 Bytes
{
"_class_name": "AutoencoderKLTemporalDecoder",
"_diffusers_version": "0.27.2",
"_name_or_path": "stabilityai/stable-video-diffusion-img2vid-xt",
"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
}