Upload transformer/config.json with huggingface_hub
Browse files- transformer/config.json +25 -0
transformer/config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"in_channels": 16,
|
| 3 |
+
"out_channels": 16,
|
| 4 |
+
"num_attention_heads": 24,
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"num_layers": 20,
|
| 7 |
+
"num_single_layers": 40,
|
| 8 |
+
"num_refiner_layers": 2,
|
| 9 |
+
"mlp_ratio": 4.0,
|
| 10 |
+
"patch_size": 2,
|
| 11 |
+
"patch_size_t": 1,
|
| 12 |
+
"qk_norm": "rms_norm",
|
| 13 |
+
"guidance_embeds": true,
|
| 14 |
+
"text_embed_dim": 4096,
|
| 15 |
+
"pooled_projection_dim": 768,
|
| 16 |
+
"rope_theta": 256.0,
|
| 17 |
+
"rope_axes_dim": [
|
| 18 |
+
16,
|
| 19 |
+
56,
|
| 20 |
+
56
|
| 21 |
+
],
|
| 22 |
+
"_class_name": "HunyuanVideoTransformer3DModel",
|
| 23 |
+
"_diffusers_version": "0.32.0.dev0",
|
| 24 |
+
"_name_or_path": "hunyuanvideo-community/HunyuanVideo"
|
| 25 |
+
}
|