Upload config.json with huggingface_hub
Browse files- config.json +23 -0
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "HunyuanDiT2DControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"activation_fn": "gelu-approximate",
|
| 5 |
+
"attention_head_dim": 88,
|
| 6 |
+
"conditioning_channels": 3,
|
| 7 |
+
"cross_attention_dim": 1024,
|
| 8 |
+
"cross_attention_dim_t5": 2048,
|
| 9 |
+
"hidden_size": 1408,
|
| 10 |
+
"in_channels": 4,
|
| 11 |
+
"learn_sigma": true,
|
| 12 |
+
"mlp_ratio": 4.3637,
|
| 13 |
+
"norm_type": "layer_norm",
|
| 14 |
+
"num_attention_heads": 16,
|
| 15 |
+
"num_layers": 40,
|
| 16 |
+
"patch_size": 2,
|
| 17 |
+
"pooled_projection_dim": 1024,
|
| 18 |
+
"sample_size": 128,
|
| 19 |
+
"text_len": 77,
|
| 20 |
+
"text_len_t5": 256,
|
| 21 |
+
"transformer_num_layers": 40,
|
| 22 |
+
"use_style_cond_and_image_meta_size": false
|
| 23 |
+
}
|