Diffusers
yanboding commited on
Commit
2e9a086
·
verified ·
1 Parent(s): 904c95c

Upload config.json

Browse files
Files changed (1) hide show
  1. MV-DiT/CogVideoX/config.json +30 -0
MV-DiT/CogVideoX/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MTVCrafterTransformer3DModel",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "activation_fn": "gelu-approximate",
5
+ "attention_bias": true,
6
+ "attention_head_dim": 64,
7
+ "dropout": 0.0,
8
+ "flip_sin_to_cos": true,
9
+ "freq_shift": 0,
10
+ "in_channels": 16,
11
+ "max_text_seq_length": 226,
12
+ "motion_dim": 312,
13
+ "norm_elementwise_affine": true,
14
+ "norm_eps": 1e-05,
15
+ "num_attention_heads": 48,
16
+ "num_layers": 42,
17
+ "out_channels": 16,
18
+ "patch_size": 2,
19
+ "sample_frames": 49,
20
+ "sample_height": 60,
21
+ "sample_width": 90,
22
+ "spatial_interpolation_scale": 1.875,
23
+ "temporal_compression_ratio": 4,
24
+ "temporal_interpolation_scale": 1.0,
25
+ "text_embed_dim": 4096,
26
+ "time_embed_dim": 512,
27
+ "timestep_activation_fn": "silu",
28
+ "use_learned_positional_embeddings": false,
29
+ "use_rotary_positional_embeddings": true
30
+ }