MonsterForge-small / config.json
michaelriedl's picture
Initial dump
002ca81
raw
history blame contribute delete
562 Bytes
{
"antialias": false,
"architectures": [
"MonsterForgeModel"
],
"attn_res_layers": [
32
],
"auto_map": {
"AutoConfig": "MonsterForgeSmallConfig.MonsterForgeSmallConfig",
"AutoModel": "MonsterForgeModel.MonsterForgeModel"
},
"fmap_inverse_coef": 12,
"fmap_max": 512,
"freq_chan_attn": false,
"greyscale": false,
"image_size": 64,
"latent_dim": 256,
"model_type": "lightweight-gan",
"syncbatchnorm": false,
"torch_dtype": "float32",
"transformers_version": "4.31.0",
"transparent": false
}