Upload folder using huggingface_hub
Browse files- comfy_config.json +25 -0
- transformer_blocks.safetensors +3 -0
- unquantized_layers.safetensors +3 -0
comfy_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_class": "Flux",
|
3 |
+
"model_config": {
|
4 |
+
"axes_dim": [
|
5 |
+
16,
|
6 |
+
56,
|
7 |
+
56
|
8 |
+
],
|
9 |
+
"context_in_dim": 4096,
|
10 |
+
"depth": 19,
|
11 |
+
"depth_single_blocks": 38,
|
12 |
+
"disable_unet_model_creation": true,
|
13 |
+
"guidance_embed": true,
|
14 |
+
"hidden_size": 3072,
|
15 |
+
"image_model": "flux",
|
16 |
+
"in_channels": 32,
|
17 |
+
"mlp_ratio": 4.0,
|
18 |
+
"num_heads": 24,
|
19 |
+
"out_channels": 16,
|
20 |
+
"patch_size": 2,
|
21 |
+
"qkv_bias": true,
|
22 |
+
"theta": 10000,
|
23 |
+
"vec_in_dim": 768
|
24 |
+
}
|
25 |
+
}
|
transformer_blocks.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aaf30b686df4f032a10164fe326677e61838dd26d0616e2994c117a53d88669
|
3 |
+
size 6910453360
|
unquantized_layers.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbdcf7f114ef8e7a9e3245dd251cb70a27813c0e044a8ede2aea64ce543fa036
|
3 |
+
size 128645360
|