reza-alipour
commited on
Commit
•
277735a
1
Parent(s):
f11e41e
Upload config.json with huggingface_hub
Browse files- config.json +24 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "VQGANModel",
|
3 |
+
"_name_or_path": "openMUSE/vqgan-f16-8192-laion",
|
4 |
+
"_version": "0.0.1",
|
5 |
+
"attn_resolutions": [],
|
6 |
+
"channel_mult": [
|
7 |
+
1,
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
4,
|
11 |
+
6
|
12 |
+
],
|
13 |
+
"commitment_cost": 0.25,
|
14 |
+
"dropout": 0.0,
|
15 |
+
"hidden_channels": 128,
|
16 |
+
"no_attn_mid_block": true,
|
17 |
+
"num_channels": 3,
|
18 |
+
"num_embeddings": 8192,
|
19 |
+
"num_res_blocks": 2,
|
20 |
+
"quantized_embed_dim": 64,
|
21 |
+
"resample_with_conv": true,
|
22 |
+
"resolution": 256,
|
23 |
+
"z_channels": 64
|
24 |
+
}
|