anime-real-pantheon / config.json
wooyvern's picture
Update config.json
ac5936d verified
raw
history blame contribute delete
349 Bytes
{
"model_type": "CLIP",
"architecture": "UNet",
"image_size": 512,
"num_channels": 4,
"num_layers": 32,
"num_attention_heads": 8,
"timesteps": 1000,
"scheduler": "ddim",
"vae_encoder": "autoencoder",
"vae_decoder": "autoencoder",
"attention": "scaled_dot_product",
"use_fp16": true,
"model_name": "anime-real-pantheon-2"
}