Upload config.json with huggingface_hub
Browse files- config.json +36 -0
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["PixDiT_T2I"],
|
| 3 |
+
"model_type": "pixeldit",
|
| 4 |
+
"in_channels": 3,
|
| 5 |
+
"patch_size": 16,
|
| 6 |
+
"num_groups": 24,
|
| 7 |
+
"hidden_size": 1536,
|
| 8 |
+
"pixel_hidden_size": 16,
|
| 9 |
+
"pixel_attn_hidden_size": 1152,
|
| 10 |
+
"pixel_num_groups": 16,
|
| 11 |
+
"patch_depth": 14,
|
| 12 |
+
"pixel_depth": 2,
|
| 13 |
+
"num_text_blocks": 4,
|
| 14 |
+
"txt_embed_dim": 2304,
|
| 15 |
+
"txt_max_length": 300,
|
| 16 |
+
"use_text_rope": true,
|
| 17 |
+
"text_rope_theta": 10000.0,
|
| 18 |
+
"repa_encoder_index": 6,
|
| 19 |
+
"use_pixel_abs_pos": true,
|
| 20 |
+
"image_size": 1024,
|
| 21 |
+
"text_encoder": "gemma-2-2b-it",
|
| 22 |
+
"num_parameters": 1300000000,
|
| 23 |
+
"scheduler": {
|
| 24 |
+
"type": "flow_matching",
|
| 25 |
+
"flow_shift": 4.0,
|
| 26 |
+
"weighting_scheme": "logit_normal",
|
| 27 |
+
"logit_mean": 0.0,
|
| 28 |
+
"logit_std": 1.0
|
| 29 |
+
},
|
| 30 |
+
"sampling": {
|
| 31 |
+
"algorithm": "flow_dpm-solver",
|
| 32 |
+
"default_steps": 50,
|
| 33 |
+
"default_cfg_scale": 2.75,
|
| 34 |
+
"default_negative_prompt": "low quality, worst quality, over-saturated, blurry, deformed, watermark"
|
| 35 |
+
}
|
| 36 |
+
}
|