Upload folder using huggingface_hub
Browse files- comfy_config.json +25 -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": 64,
|
| 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 |
+
}
|