File size: 416 Bytes
c9c864b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"_class_name": "VQModel",
"_diffusers_version": "0.0.4",
"attn_resolutions": [],
"ch": 128,
"ch_mult": [
1,
2,
4
],
"double_z": false,
"dropout": 0.0,
"embed_dim": 3,
"give_pre_end": false,
"in_channels": 3,
"n_embed": 8192,
"num_res_blocks": 2,
"out_ch": 3,
"remap": null,
"resamp_with_conv": true,
"resolution": 256,
"sane_index_shape": false,
"z_channels": 3
}
|