File size: 1,043 Bytes
df8b410 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
{
"_class_name": "UNetUnconditionalModel",
"_diffusers_version": "0.0.4",
"attention_resolutions": [
8,
4,
2
],
"attn_resolutions": [
16
],
"block_channels": [
128,
128,
256,
256,
512,
512
],
"center_input_sample": false,
"conv_resample": true,
"ddpm": false,
"down_blocks": [
"UNetResDownBlock2D",
"UNetResDownBlock2D",
"UNetResDownBlock2D",
"UNetResDownBlock2D",
"UNetResAttnDownBlock2D",
"UNetResDownBlock2D"
],
"downsample_padding": 0,
"downscale_freq_shift": 1,
"dropout": 0.0,
"flip_sin_to_cos": false,
"image_size": 256,
"in_channels": 3,
"ldm": false,
"mid_block_scale_factor": 1,
"num_head_channels": null,
"num_res_blocks": 2,
"out_channels": 3,
"resnet_eps": 1e-06,
"resnet_num_groups": 32,
"sde": false,
"time_embedding_type": "positional",
"up_blocks": [
"UNetResUpBlock2D",
"UNetResAttnUpBlock2D",
"UNetResUpBlock2D",
"UNetResUpBlock2D",
"UNetResUpBlock2D",
"UNetResUpBlock2D"
]
}
|