Upload config.json with huggingface_hub
Browse files- config.json +22 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "cosmos",
|
3 |
+
"attn_resolutions": [32],
|
4 |
+
"channels": 128,
|
5 |
+
"channels_mult": [2, 4, 4],
|
6 |
+
"dropout": 0.0,
|
7 |
+
"in_channels": 3,
|
8 |
+
"spatial_compression": 8,
|
9 |
+
"num_res_blocks": 2,
|
10 |
+
"out_channels": 3,
|
11 |
+
"resolution": 1024,
|
12 |
+
"patch_size": 4,
|
13 |
+
"patch_method": "haar",
|
14 |
+
"z_channels": 256,
|
15 |
+
"z_factor": 1,
|
16 |
+
"quantizer": "FSQ",
|
17 |
+
"embedding_dim": 6,
|
18 |
+
"levels": [8, 8, 8, 5, 5, 5],
|
19 |
+
"num_quantizers": 4,
|
20 |
+
"encoder": "Default",
|
21 |
+
"decoder": "Default"
|
22 |
+
}
|