{ | |
"_class_name": "DCAE", | |
"_diffusers_version": "0.32.0.dev0", | |
"decoder_act": "silu", | |
"decoder_block_type": [ | |
"ResBlock", | |
"ResBlock", | |
"ResBlock", | |
"EViTS5GLU", | |
"EViTS5GLU", | |
"EViTS5GLU" | |
], | |
"decoder_depth_list": [ | |
3, | |
3, | |
3, | |
3, | |
3, | |
3 | |
], | |
"decoder_norm": "rms2d", | |
"decoder_width_list": [ | |
128, | |
256, | |
512, | |
512, | |
1024, | |
1024 | |
], | |
"downsample_block_type": "Conv", | |
"encoder_act": "silu", | |
"encoder_block_type": [ | |
"ResBlock", | |
"ResBlock", | |
"ResBlock", | |
"EViTS5GLU", | |
"EViTS5GLU", | |
"EViTS5GLU" | |
], | |
"encoder_depth_list": [ | |
2, | |
2, | |
2, | |
3, | |
3, | |
3 | |
], | |
"encoder_norm": "rms2d", | |
"encoder_width_list": [ | |
128, | |
256, | |
512, | |
512, | |
1024, | |
1024 | |
], | |
"in_channels": 3, | |
"latent_channels": 32, | |
"scaling_factor": 0.41407, | |
"upsample_block_type": "InterpolateConv" | |
} | |