shanshui_gen_style / vae /config.json
megemini's picture
submit best ckpt
705a714
raw
history blame
822 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_paddle_version": "0.5.0",
"_diffusers_version": "0.14.1",
"_name_or_path": "/home/aistudio/.cache/paddlenlp/ppdiffusers/runwayml/stable-diffusion-v1-5/vae",
"_ppdiffusers_version": "0.14.1",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512,
512
],
"down_block_out_channels": null,
"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": 512,
"scaling_factor": 0.18215,
"up_block_out_channels": null,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}