File size: 672 Bytes
eb83279 4884249 5bf34e0 9475560 4884249 b071d63 5bf34e0 b071d63 9475560 4884249 742b662 9475560 4884249 eb83279 |
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 |
{
"in_channels": 3,
"out_channels": 3,
"down_block_types": [
"DownBlock2D",
"DownBlock2D",
"AttnDownBlock2D",
"DownBlock2D"
],
"up_block_types": [
"UpBlock2D",
"AttnUpBlock2D",
"UpBlock2D",
"UpBlock2D"
],
"block_out_channels": [
128, 256, 384, 512
],
"layers_per_block": 2,
"norm_num_groups": 32,
"cross_attention_dim": null,
"attention_head_dim": 8,
"resnet_time_scale_shift": "default",
"class_embed_type": null,
"num_class_embeds": null,
"use_linear_projection": false,
"only_cross_attention": false,
"mid_block_scale_factor": 1,
"out_bias": true,
"flip_sin_to_cos": true,
"freq_shift": 0
} |