EO-VAE / config.json
BiliSakura's picture
Update all files for EO-VAE
417414e verified
{
"_class_name": "EOVAEDiffusersModel",
"encoder": {
"resolution": 256,
"in_channels": 3,
"ch": 128,
"ch_mult": [
1,
2,
4,
4
],
"num_res_blocks": 2,
"z_channels": 32,
"use_dynamic_ops": true,
"dynamic_conv_kwargs": {
"num_layers": 4,
"wv_planes": 256
}
},
"decoder": {
"resolution": 256,
"out_ch": 3,
"ch": 128,
"ch_mult": [
1,
2,
4,
4
],
"num_res_blocks": 2,
"z_channels": 32,
"use_dynamic_ops": true,
"dynamic_conv_kwargs": {
"num_layers": 4,
"wv_planes": 256
}
},
"scaling_factor": 1.0
}