File size: 786 Bytes
748f83b |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
{
"architectures": [
"HARTAutoEncoderWithDisc"
],
"beta": 0.25,
"ch": 160,
"ch_mult": [
1,
1,
2,
2,
4
],
"default_qresi_counts": 0,
"disable_quant_resi": false,
"double_decoder": false,
"dropout": 0.0,
"freeze_codebook_for_hybrid": true,
"hybrid": false,
"levels": [
8,
8,
8,
6,
5
],
"model_type": "hart_autoencoder_with_disc",
"quant_conv_ks": 3,
"quant_resi": 0.5,
"quantizer_type": "var_hybrid",
"share_quant_resi": 4,
"test_mode": false,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"using_znorm": false,
"v_patch_nums": [
1,
2,
3,
4,
5,
7,
9,
12,
16,
21,
27,
36,
48,
64
],
"vocab_size": 4096,
"z_channels": 32
}
|