{ | |
"attention_resolutions": [ | |
8, | |
16, | |
32 | |
], | |
"channel_mult": [ | |
1, | |
1, | |
2, | |
2, | |
4, | |
4 | |
], | |
"conv_resample": true, | |
"dims": 2, | |
"dropout": 0, | |
"image_size": 256, | |
"in_channels": 3, | |
"model_channels": 128, | |
"num_head_channels": 64, | |
"num_heads": 1, | |
"num_heads_upsample": -1, | |
"num_res_blocks": 2, | |
"out_channels": 2, | |
"pool": "attention", | |
"resblock_updown": true, | |
"use_checkpoint": false, | |
"use_fp16": false, | |
"use_new_attention_order": false, | |
"use_scale_shift_norm": true | |
} |