File size: 386 Bytes
b7b1aa0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.0.4",
"attn_resolutions": [],
"ch": 64,
"ch_mult": [
1
],
"double_z": true,
"dropout": 0.0,
"embed_dim": 4,
"give_pre_end": false,
"in_channels": 3,
"num_res_blocks": 1,
"out_ch": 3,
"remap": null,
"resamp_with_conv": true,
"resolution": 32,
"sane_index_shape": false,
"z_channels": 4
}
|