ddpm-ema-celebahq-256 / config.json
patrickvonplaten's picture
update config
f30b5c0
raw history blame
No virus
1.02 kB
{
"_class_name": "UNet2DModel",
"_diffusers_version": "0.0.4",
"act_fn": "silu",
"attention_head_dim": null,
"block_channels": [
224,
448,
672,
896
],
"block_out_channels": [
128,
128,
256,
256,
512,
512
],
"center_input_sample": false,
"down_blocks": [
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"AttnDownBlock2D",
"DownBlock2D"
],
"downsample_padding": 0,
"downscale_freq_shift": 0,
"flip_sin_to_cos": false,
"freq_shift": 1,
"image_size": null,
"in_channels": 3,
"layers_per_block": 2,
"mid_block_scale_factor": 1,
"norm_eps": 1e-06,
"norm_num_groups": 32,
"num_head_channels": 32,
"num_res_blocks": null,
"out_channels": 3,
"resnet_act_fn": "silu",
"resnet_eps": 1e-05,
"resnet_num_groups": 32,
"sample_size": 256,
"time_embedding_type": "positional",
"up_blocks": [
"UpBlock2D",
"AttnUpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D"
]
}