jbilcke-hf HF staff commited on
Commit
d0aa82d
·
verified ·
1 Parent(s): b1377e1

Upload config.json

Browse files
Files changed (1) hide show
  1. transformer/config.json +32 -0
transformer/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CogVideoXTransformer3DModel",
3
+ "_diffusers_version": "0.32.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": 33,
11
+ "max_text_seq_length": 226,
12
+ "norm_elementwise_affine": true,
13
+ "norm_eps": 1e-05,
14
+ "num_attention_heads": 48,
15
+ "num_layers": 42,
16
+ "out_channels": 16,
17
+ "patch_bias": false,
18
+ "patch_size": 2,
19
+ "patch_size_t": 2,
20
+ "sample_frames": 85,
21
+ "sample_height": 384,
22
+ "sample_width": 680,
23
+ "spatial_interpolation_scale": 1.875,
24
+ "temporal_compression_ratio": 4,
25
+ "temporal_interpolation_scale": 1.0,
26
+ "text_embed_dim": 4096,
27
+ "time_embed_dim": 512,
28
+ "timestep_activation_fn": "silu",
29
+ "use_learned_positional_embeddings": false,
30
+ "use_rotary_positional_embeddings": true,
31
+ "add_noise_in_inpaint_model": true
32
+ }