| { |
| "_class_name": "UNet2DModel", |
| "_diffusers_version": "0.12.0.dev0", |
| "_name_or_path": "/home/william_huggingface_co/.cache/huggingface/diffusers/models--kakaobrain--karlo-v1-alpha/snapshots/c8dc0970acf0db0b6b4efb8c47adc22072b4a67d/super_res_last", |
| "act_fn": "silu", |
| "add_attention": false, |
| "attention_head_dim": 8, |
| "block_out_channels": [ |
| 320, |
| 640, |
| 960, |
| 1280 |
| ], |
| "center_input_sample": false, |
| "down_block_types": [ |
| "ResnetDownsampleBlock2D", |
| "ResnetDownsampleBlock2D", |
| "ResnetDownsampleBlock2D", |
| "ResnetDownsampleBlock2D" |
| ], |
| "downsample_padding": 1, |
| "flip_sin_to_cos": true, |
| "freq_shift": 0, |
| "in_channels": 6, |
| "layers_per_block": 3, |
| "mid_block_scale_factor": 1, |
| "norm_eps": 1e-05, |
| "norm_num_groups": 32, |
| "out_channels": 3, |
| "resnet_time_scale_shift": "default", |
| "sample_size": null, |
| "time_embedding_type": "positional", |
| "up_block_types": [ |
| "ResnetUpsampleBlock2D", |
| "ResnetUpsampleBlock2D", |
| "ResnetUpsampleBlock2D", |
| "ResnetUpsampleBlock2D" |
| ] |
| } |
|
|