Create config.json
Browse files- config.json +15 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "stable-diffusion",
|
3 |
+
"architecture": "UNet",
|
4 |
+
"image_size": 512,
|
5 |
+
"num_channels": 4,
|
6 |
+
"num_layers": 32,
|
7 |
+
"num_attention_heads": 8,
|
8 |
+
"timesteps": 1000,
|
9 |
+
"scheduler": "ddim",
|
10 |
+
"vae_encoder": "autoencoder",
|
11 |
+
"vae_decoder": "autoencoder",
|
12 |
+
"attention": "scaled_dot_product",
|
13 |
+
"use_fp16": true,
|
14 |
+
"model_name": "anime-real-pantheon-2"
|
15 |
+
}
|