sd-itzy-yuna-v2.8 / vae /config.json
rippertnt's picture
Upload 15 files
ba2777e
raw
history blame contribute delete
733 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.15.0.dev0",
"_name_or_path": "/home/circulus/.cache/huggingface/hub/models--circulus--sd-photoreal-v2.8/snapshots/2c7075d453a755208db5fdec9ea18e63987947b0/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": 512,
"scaling_factor": 0.18215,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}