{ "_class_name": "UNet2DModel", "_diffusers_version": "0.16.0.dev0", "_name_or_path": "NCSN_CIFAR10_my/unet", "act_fn": "silu", "add_attention": true, "attention_head_dim": null, "block_out_channels": [ 128, 256, 256, 256 ], "center_input_sample": false, "class_embed_type": null, "down_block_types": [ "SkipDownBlock2D", "AttnSkipDownBlock2D", "SkipDownBlock2D", "SkipDownBlock2D" ], "downsample_padding": 1, "flip_sin_to_cos": true, "freq_shift": 0, "in_channels": 3, "layers_per_block": 4, "mid_block_scale_factor": 1.41421356237, "norm_eps": 1e-06, "norm_num_groups": null, "num_class_embeds": null, "out_channels": 3, "resnet_time_scale_shift": "default", "sample_size": 32, "time_embedding_type": "fourier", "up_block_types": [ "SkipUpBlock2D", "SkipUpBlock2D", "AttnSkipUpBlock2D", "SkipUpBlock2D" ] }