Create transformer/config.json
Browse files
stage4/transformer/config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "CogVideoXTransformer3DModel",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
+
"_name_or_path": "output/sft/stage4/2025-03-26_14-41-58/checkpoint-28600",
|
| 5 |
+
"activation_fn": "gelu-approximate",
|
| 6 |
+
"attention_bias": true,
|
| 7 |
+
"attention_head_dim": 64,
|
| 8 |
+
"cond_proj_dim": null,
|
| 9 |
+
"control_dim": 768,
|
| 10 |
+
"control_end_layer": 30,
|
| 11 |
+
"control_start_layer": 15,
|
| 12 |
+
"control_zero_init": true,
|
| 13 |
+
"dropout": 0.0,
|
| 14 |
+
"flip_sin_to_cos": true,
|
| 15 |
+
"freq_shift": 0,
|
| 16 |
+
"in_channels": 16,
|
| 17 |
+
"max_text_seq_length": 226,
|
| 18 |
+
"norm_elementwise_affine": true,
|
| 19 |
+
"norm_eps": 1e-05,
|
| 20 |
+
"num_attention_heads": 30,
|
| 21 |
+
"num_layers": 30,
|
| 22 |
+
"out_channels": 16,
|
| 23 |
+
"patch_size": 2,
|
| 24 |
+
"sample_frames": 49,
|
| 25 |
+
"sample_height": 60,
|
| 26 |
+
"sample_width": 90,
|
| 27 |
+
"spatial_interpolation_scale": 1.875,
|
| 28 |
+
"temporal_compression_ratio": 4,
|
| 29 |
+
"temporal_interpolation_scale": 1.0,
|
| 30 |
+
"text_embed_dim": 4096,
|
| 31 |
+
"time_embed_dim": 512,
|
| 32 |
+
"timestep_activation_fn": "silu",
|
| 33 |
+
"use_learned_positional_embeddings": false,
|
| 34 |
+
"use_rotary_positional_embeddings": false
|
| 35 |
+
}
|