Upload config.json with huggingface_hub
Browse files- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "flux",
|
| 3 |
+
"framework": "jax",
|
| 4 |
+
"library": "diffuse",
|
| 5 |
+
"architecture": "FluxTransformer2D",
|
| 6 |
+
"version": "1.0-dev",
|
| 7 |
+
"components": {
|
| 8 |
+
"transformer": {
|
| 9 |
+
"hidden_dim": 3072,
|
| 10 |
+
"num_heads": 24,
|
| 11 |
+
"num_double_layers": 19,
|
| 12 |
+
"num_single_layers": 38,
|
| 13 |
+
"in_channels": 64
|
| 14 |
+
},
|
| 15 |
+
"text_encoder": "clip",
|
| 16 |
+
"text_encoder_2": "t5",
|
| 17 |
+
"vae": "autoencoder_kl"
|
| 18 |
+
},
|
| 19 |
+
"precision": "bfloat16",
|
| 20 |
+
"task": "text-to-image"
|
| 21 |
+
}
|