Upload config.json
Browse files- config.json +22 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FluxControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.31.0.dev0",
|
| 4 |
+
"_name_or_path": "/opt/liblibai-models/user-workspace/wanghaofan/workspace/flux/glyphcontrol/models/flux-controlnet-glyph-multilingual-anytext-v5-bucket-finetune/checkpoint-80000/controlnet",
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"axes_dims_rope": [
|
| 7 |
+
16,
|
| 8 |
+
56,
|
| 9 |
+
56
|
| 10 |
+
],
|
| 11 |
+
"extra_condition_channels": 64,
|
| 12 |
+
"extra_conditioning_channels": 0,
|
| 13 |
+
"guidance_embeds": true,
|
| 14 |
+
"in_channels": 64,
|
| 15 |
+
"joint_attention_dim": 4096,
|
| 16 |
+
"num_attention_heads": 24,
|
| 17 |
+
"num_layers": 6,
|
| 18 |
+
"num_mode": null,
|
| 19 |
+
"num_single_layers": 0,
|
| 20 |
+
"patch_size": 1,
|
| 21 |
+
"pooled_projection_dim": 768
|
| 22 |
+
}
|