Diffusers
AudioLDM2Pipeline
audioldm2_gigaspeech / vae /config.json
anhnct's picture
Upload 27 files
df84f99
raw
history blame
560 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.22.0.dev0",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"force_upcast": true,
"in_channels": 1,
"latent_channels": 8,
"layers_per_block": 2,
"norm_num_groups": 32,
"out_channels": 1,
"sample_size": 1048,
"scaling_factor": 0.41837412118911743,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}