| { | |
| "_class_name": "UNetLDMModel", | |
| "_diffusers_version": "0.0.4", | |
| "attention_resolutions": [ | |
| 16 | |
| ], | |
| "block_channels": [ | |
| 32, | |
| 64 | |
| ], | |
| "down_blocks": ["UNetResDownBlock2D", "UNetResDownBlock2D"], | |
| "up_blocks": ["UNetResUpBlock2D", "UNetResUpBlock2D"], | |
| "context_dim": null, | |
| "conv_resample": true, | |
| "dims": 2, | |
| "dropout": 0, | |
| "image_size": 32, | |
| "in_channels": 4, | |
| "legacy": true, | |
| "n_embed": null, | |
| "num_classes": null, | |
| "num_head_channels": 32, | |
| "num_heads": 2, | |
| "num_heads_upsample": -1, | |
| "num_res_blocks": 2, | |
| "out_channels": 4, | |
| "resblock_updown": false, | |
| "transformer_depth": 1, | |
| "use_checkpoint": false, | |
| "use_fp16": false, | |
| "use_new_attention_order": false, | |
| "use_scale_shift_norm": false, | |
| "use_spatial_transformer": false | |
| } | |