Create stage4/config.json (#1)
Browse files- Create stage4/config.json (82f40afe6b07cd147a70aa20cb057402dd966257)
Co-authored-by: Artisphie Flarichiistika <[email protected]>
- stage4/config.json +35 -0
stage4/config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "CogVideoXTransformer3DModel",
|
3 |
+
"_diffusers_version": "0.31.0",
|
4 |
+
"_name_or_path": "../saved_checkpoints/stage3_v2_step12200",
|
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 |
+
}
|