Upload transformer/config.json with huggingface_hub
Browse files- transformer/config.json +28 -0
transformer/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "Lumina2Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.35.0.dev0",
|
| 4 |
+
"axes_dim_rope": [
|
| 5 |
+
32,
|
| 6 |
+
32,
|
| 7 |
+
32
|
| 8 |
+
],
|
| 9 |
+
"axes_lens": [
|
| 10 |
+
300,
|
| 11 |
+
512,
|
| 12 |
+
512
|
| 13 |
+
],
|
| 14 |
+
"cap_feat_dim": 2304,
|
| 15 |
+
"ffn_dim_multiplier": null,
|
| 16 |
+
"hidden_size": 2304,
|
| 17 |
+
"in_channels": 16,
|
| 18 |
+
"multiple_of": 256,
|
| 19 |
+
"norm_eps": 1e-05,
|
| 20 |
+
"num_attention_heads": 24,
|
| 21 |
+
"num_kv_heads": 8,
|
| 22 |
+
"num_layers": 26,
|
| 23 |
+
"num_refiner_layers": 2,
|
| 24 |
+
"out_channels": 16,
|
| 25 |
+
"patch_size": 2,
|
| 26 |
+
"sample_size": 128,
|
| 27 |
+
"scaling_factor": 1.0
|
| 28 |
+
}
|