{ "_class_name": "UNet2DModel", "_diffusers_version": "0.0.4", "act_fn": "silu", "sample_size": 256, "in_channels": 3, "out_channels": 6, "layers_per_block": 2, "block_out_channels": [ 256, 256, 512, 512, 1024, 1024 ], "attention_head_dim": 64, "attention_legacy_order": true, "down_block_types": [ "ResnetDownsampleBlock2D", "ResnetDownsampleBlock2D", "ResnetDownsampleBlock2D", "AttnDownBlock2D", "AttnDownBlock2D", "AttnDownBlock2D" ], "up_block_types": [ "AttnUpBlock2D", "AttnUpBlock2D", "AttnUpBlock2D", "ResnetUpsampleBlock2D", "ResnetUpsampleBlock2D", "ResnetUpsampleBlock2D" ], "resnet_time_scale_shift": "scale_shift", "upsample_type": "resnet", "downsample_type": "resnet", "norm_eps": 1e-06, "norm_num_groups": 32, "time_embedding_type": "adm" }