ddpm-celebahq-256 / config.json
Mou11209203's picture
Upload config.json with huggingface_hub
ef181af verified
raw
history blame
1.52 kB
{
"_name_or_path": "Mou11209203/ddpm-celebahq-256",
"_class_name": "UNet2DModel",
"_diffusers_version": "0.0.4",
"in_channels": 3,
"out_channels": 3,
"sample_size": 256,
"center_input_sample": false,
"time_embedding_type": "positional",
"freq_shift": 1,
"flip_sin_to_cos": false,
"down_block_types": [
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"AttnDownBlock2D",
"DownBlock2D"
],
"up_block_types": [
"UpBlock2D",
"AttnUpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D"
],
"block_out_channels": [128, 128, 256, 256, 512, 512],
"layers_per_block": 2,
"mid_block_scale_factor": 1,
"downsample_padding": 0,
"downsample_type": "conv",
"upsample_type": "conv",
"dropout": 0.0,
"act_fn": "silu",
"attention_head_dim": null,
"norm_num_groups": 32,
"attn_norm_num_groups": null,
"norm_eps": 1e-06,
"resnet_time_scale_shift": "default",
"add_attention": true,
"class_embed_type": null,
"num_class_embeds": null,
"num_train_timesteps": null,
"_use_default_values": [
"class_embed_type",
"dropout",
"upsample_type",
"attn_norm_num_groups",
"resnet_time_scale_shift",
"add_attention",
"downsample_type",
"num_train_timesteps",
"num_class_embeds"
]
}