train_model / vae /config.json
michaelpiro1's picture
Rename vae/vae_config.json to vae/config.json
e7224fc verified
raw
history blame
693 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.25.1",
"_name_or_path": "/Users/mac/.cache/huggingface/hub/models--ucsd-reach--musicldm/snapshots/b8135e32e6b85e752c513d2e2ad44269e46024f7/vae",
"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": 1024,
"scaling_factor": 1.075324296951294,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}