hyimg-decoder / vae /config.json
chatpig's picture
Upload 2 files
96b1046 verified
raw
history blame contribute delete
421 Bytes
{
"_class_name": "AutoencoderKLHunyuanImage",
"_diffusers_version": "0.36.0.dev0",
"block_out_channels": [
128,
256,
512,
512,
1024,
1024
],
"downsample_match_channel": true,
"in_channels": 3,
"latent_channels": 64,
"layers_per_block": 2,
"out_channels": 3,
"sample_size": 384,
"scaling_factor": 0.75289,
"spatial_compression_ratio": 32,
"upsample_match_channel": true
}