BeingVL-VQ-8K / config.json
zawnpn's picture
upload
732dd91
raw
history blame contribute delete
669 Bytes
{
"architectures": [
"ChameleonVQVAE"
],
"attn_resolutions": [],
"attn_type": "vanilla",
"base_channels": 128,
"ch": 128,
"ch_mult": [
1,
1,
2,
2,
4
],
"channel_multiplier": [
1,
1,
2,
2,
4
],
"double_latent": false,
"double_z": false,
"dropout": 0.0,
"embed_dim": 256,
"in_channels": 3,
"initializer_range": 0.02,
"latent_channels": 256,
"model_type": "chameleon_vqgan",
"n_embed": 8192,
"num_embeddings": 8192,
"num_res_blocks": 2,
"out_ch": 3,
"out_channels": 3,
"resolution": 512,
"torch_dtype": "bfloat16",
"transformers_version": "4.45.0.dev0",
"z_channels": 256
}