ldm-vqvae / config.json
saud-unboxai's picture
Upload model
3d163a2 verified
raw
history blame contribute delete
No virus
847 Bytes
{
"_class_name": "VQModel",
"_diffusers_version": "0.30.3",
"_name_or_path": "/workspace/.cache/huggingface/hub/models--CompVis--ldm-super-resolution-4x-openimages/snapshots/0b55ddf931a8e3a1b426b3a50ddcf325ff84f668/vqvae",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"force_upcast": false,
"in_channels": 3,
"latent_channels": 3,
"layers_per_block": 2,
"lookup_from_codebook": false,
"mid_block_add_attention": true,
"norm_num_groups": 32,
"norm_type": "group",
"num_vq_embeddings": 8192,
"out_channels": 3,
"sample_size": 256,
"scaling_factor": 0.18215,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
],
"vq_embed_dim": null
}