johnowhitaker's picture
Upload with huggingface_hub
a098fff
{
"_class_name": "UNet2DModel",
"_diffusers_version": "0.9.0",
"_name_or_path": "/home/ubuntu/.cache/huggingface/diffusers/models--google--ddpm-bedroom-256/snapshots/d6ccd889ac8a4c072ae35e63fed664718cdaa060",
"act_fn": "silu",
"attention_head_dim": null,
"block_out_channels": [
128,
128,
256,
256,
512,
512
],
"center_input_sample": false,
"down_block_types": [
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"DownBlock2D",
"AttnDownBlock2D",
"DownBlock2D"
],
"downsample_padding": 0,
"flip_sin_to_cos": false,
"freq_shift": 1,
"in_channels": 3,
"layers_per_block": 2,
"mid_block_scale_factor": 1,
"norm_eps": 1e-06,
"norm_num_groups": 32,
"out_channels": 3,
"sample_size": 256,
"time_embedding_type": "positional",
"up_block_types": [
"UpBlock2D",
"AttnUpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D"
]
}