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:cfdbcfb5fc9a559fc0e4232794f06cff2d1ca78e86b17263c5ff3bcde5a3b9eb
|
3 |
+
size 6910453360
|
unquantized_layers.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40ea750052fee1b6bd6547a9bcd99b18d7d463fa61e6ac162cb005bdcdc46f72
|
3 |
+
size 128645360
|