ldm-celebahq-256 / unet /config.json
patrickvonplaten's picture
correct model
a7acc83
raw
history blame
No virus
799 Bytes
{
"_class_name": "UNetUnconditionalModel",
"_diffusers_version": "0.0.4",
"attention_resolutions": [
8,
4,
2
],
"attn_resolutions": null,
"block_channels": [
224,
448,
672,
896
],
"conv_resample": true,
"ddpm": false,
"down_blocks": [
"UNetResDownBlock2D",
"UNetResAttnDownBlock2D",
"UNetResAttnDownBlock2D",
"UNetResAttnDownBlock2D"
],
"downsample_padding": 1,
"downscale_freq_shift": 0,
"dropout": 0,
"flip_sin_to_cos": true,
"image_size": 64,
"in_channels": 3,
"name_or_path": "fusing/latent-diffusion-celeba-256",
"num_head_channels": 32,
"num_res_blocks": 2,
"out_channels": 3,
"up_blocks": [
"UNetResAttnUpBlock2D",
"UNetResAttnUpBlock2D",
"UNetResAttnUpBlock2D",
"UNetResUpBlock2D"
]
}