AniMerge-inpainting / vae /config.json
camenduru's picture
fp16 🧨 PhotoMerge-inpainting ❤
0c53903
raw
history blame contribute delete
724 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.13.1",
"_name_or_path": "/root/.cache/huggingface/diffusers/models--xzuyn--AniMerge-inpainting/snapshots/156441f925bd8c9fd91a517acbf9114748929288/vae",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"in_channels": 3,
"latent_channels": 4,
"layers_per_block": 2,
"norm_num_groups": 32,
"out_channels": 3,
"sample_size": 256,
"scaling_factor": 0.18215,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}