ddpm_ema_512 / vae /config.json
Yagorka's picture
Upload UncondLatentDiffusionPipeline
aabc5bd verified
raw
history blame contribute delete
864 Bytes
{
"_class_name": "VQModel",
"_diffusers_version": "0.31.0.dev0",
"_name_or_path": "/home/yagor/\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b/biometric hands gen hack/uncond-image-generation-ldm/ddpm_ema_palm_512/vae",
"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
}