| { | |
| "_class_name": "UNet2DConditionModel", | |
| "_diffusers_version": "0.12.0.dev0", | |
| "_name_or_path": "/home/william_huggingface_co/.cache/huggingface/diffusers/models--kakaobrain--karlo-v1-alpha/snapshots/c8dc0970acf0db0b6b4efb8c47adc22072b4a67d/decoder", | |
| "act_fn": "silu", | |
| "attention_head_dim": 64, | |
| "block_out_channels": [ | |
| 320, | |
| 640, | |
| 960, | |
| 1280 | |
| ], | |
| "center_input_sample": false, | |
| "class_embed_type": "identity", | |
| "cross_attention_dim": 1536, | |
| "down_block_types": [ | |
| "ResnetDownsampleBlock2D", | |
| "SimpleCrossAttnDownBlock2D", | |
| "SimpleCrossAttnDownBlock2D", | |
| "SimpleCrossAttnDownBlock2D" | |
| ], | |
| "downsample_padding": 1, | |
| "dual_cross_attention": false, | |
| "flip_sin_to_cos": true, | |
| "freq_shift": 0, | |
| "in_channels": 3, | |
| "layers_per_block": 3, | |
| "mid_block_scale_factor": 1, | |
| "mid_block_type": "UNetMidBlock2DSimpleCrossAttn", | |
| "norm_eps": 1e-05, | |
| "norm_num_groups": 32, | |
| "num_class_embeds": null, | |
| "only_cross_attention": false, | |
| "out_channels": 6, | |
| "resnet_time_scale_shift": "scale_shift", | |
| "sample_size": 64, | |
| "up_block_types": [ | |
| "SimpleCrossAttnUpBlock2D", | |
| "SimpleCrossAttnUpBlock2D", | |
| "SimpleCrossAttnUpBlock2D", | |
| "ResnetUpsampleBlock2D" | |
| ], | |
| "upcast_attention": false, | |
| "use_linear_projection": false | |
| } | |