madebyollin
commited on
Upload config.json
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "PaellaVQModel",
|
3 |
+
"_diffusers_version": "0.21.0.dev0",
|
4 |
+
"bottleneck_blocks": 12,
|
5 |
+
"embed_dim": 384,
|
6 |
+
"in_channels": 3,
|
7 |
+
"latent_channels": 4,
|
8 |
+
"levels": 2,
|
9 |
+
"num_vq_embeddings": 8192,
|
10 |
+
"out_channels": 3,
|
11 |
+
"scale_factor": 0.3764,
|
12 |
+
"up_down_scale_factor": 2
|
13 |
+
}
|