Hh / vae /config.json
1c1's picture
Create vae/config.json
85ca0cb verified
raw
history blame contribute delete
167 Bytes
{
"_class_name": "AutoencoderKL",
"in_channels": 3,
"out_channels": 3,
"latent_channels": 4,
"block_out_channels": [128, 256, 512],
"layers_per_block": 2
}