{ | |
"_class_name": "UNet2DModel", | |
"_diffusers_version": "0.17.0.dev0", | |
"act_fn": "silu", | |
"add_attention": true, | |
"attention_head_dim": 64, | |
"block_out_channels": [ | |
256, | |
256, | |
512, | |
512, | |
1024, | |
1024 | |
], | |
"center_input_sample": false, | |
"class_embed_type": null, | |
"down_block_types": [ | |
"ResnetDownsampleBlock2D", | |
"ResnetDownsampleBlock2D", | |
"ResnetDownsampleBlock2D", | |
"AttnDownsampleBlock2D", | |
"AttnDownsampleBlock2D", | |
"AttnDownsampleBlock2D" | |
], | |
"downsample_padding": 1, | |
"flip_sin_to_cos": true, | |
"freq_shift": 0, | |
"in_channels": 3, | |
"layers_per_block": 2, | |
"mid_block_scale_factor": 1, | |
"norm_eps": 1e-05, | |
"norm_num_groups": 32, | |
"num_class_embeds": null, | |
"out_channels": 3, | |
"resnet_time_scale_shift": "default", | |
"sample_size": 256, | |
"time_embedding_type": "positional", | |
"up_block_types": [ | |
"AttnUpsampleBlock2D", | |
"AttnUpsampleBlock2D", | |
"AttnUpsampleBlock2D", | |
"ResnetUpsampleBlock2D", | |
"ResnetUpsampleBlock2D", | |
"ResnetUpsampleBlock2D" | |
] | |
} | |