File size: 349 Bytes
9ffcdad ac5936d 9ffcdad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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"
}
|