Diffusers-BAGEL / vae /config.json
para-lost's picture
Add Bagel weights and config
36ac0dd
raw
history blame
299 Bytes
{
"_class_name": "AutoEncoder",
"_diffusers_version": "0.34.0",
"ch": 128,
"ch_mult": [
1,
2,
4,
4
],
"downsample": 8,
"in_channels": 3,
"num_res_blocks": 2,
"out_ch": 3,
"resolution": 256,
"scale_factor": 0.3611,
"shift_factor": 0.1159,
"z_channels": 16
}