sana-1.6b-1024px / vae /config.json
bghira's picture
Upload folder using huggingface_hub
b3a84ea verified
raw
history blame
974 Bytes
{
"_class_name": "DCAE",
"_diffusers_version": "0.32.0.dev0",
"_name_or_path": "Efficient-Large-Model/dc_ae_f32c32_sana_1.0_diffusers",
"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"
}