autoencoder-kl-dummy / config.json
valhalla's picture
update-model
0505f21
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.1.3",
"act_fn": "silu",
"block_out_channels": [
32,
64
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"in_channels": 3,
"latent_channels": 4,
"layers_per_block": 1,
"out_channels": 3,
"sample_size": 32,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}