Create config.json
Browse files- config.json +19 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hidden_size": 256,
|
| 3 |
+
"num_attention_heads": 2,
|
| 4 |
+
"attention_head_dim": 128,
|
| 5 |
+
"in_channels": 16,
|
| 6 |
+
"patch_size": 1,
|
| 7 |
+
"joint_attention_dim": 768,
|
| 8 |
+
"pooled_projection_dim": 768,
|
| 9 |
+
"num_double_layers": 3,
|
| 10 |
+
"num_single_layers": 3,
|
| 11 |
+
"mlp_ratio": 4.0,
|
| 12 |
+
"axes_dims_rope": [16, 56, 56],
|
| 13 |
+
"guidance_embeds": true,
|
| 14 |
+
"model_type": "tiny-flux",
|
| 15 |
+
"architecture": "MMDiT",
|
| 16 |
+
"text_encoder": "google/flan-t5-base",
|
| 17 |
+
"pooled_encoder": "openai/clip-vit-large-patch14",
|
| 18 |
+
"vae": "black-forest-labs/FLUX.1-schnell"
|
| 19 |
+
}
|