Richard-ZZZZZ commited on
Commit
c0b1b4a
·
verified ·
1 Parent(s): 8b7bc0d

Add config.json to model

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CogVideoXTransformer3DModel",
3
+ "_diffusers_version": "0.35.2",
4
+ "activation_fn": "gelu-approximate",
5
+ "add_noise_in_inpaint_model": true,
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "dropout": 0.0,
9
+ "finetune_init": false,
10
+ "flip_sin_to_cos": true,
11
+ "freq_shift": 0,
12
+ "in_channels": 33,
13
+ "max_text_seq_length": 226,
14
+ "norm_elementwise_affine": true,
15
+ "norm_eps": 1e-05,
16
+ "num_attention_heads": 48,
17
+ "num_layers": 42,
18
+ "out_channels": 16,
19
+ "patch_bias": false,
20
+ "patch_size": 2,
21
+ "patch_size_t": 2,
22
+ "sample_frames": 85,
23
+ "sample_height": 384,
24
+ "sample_width": 680,
25
+ "spatial_interpolation_scale": 1.875,
26
+ "temporal_compression_ratio": 4,
27
+ "temporal_interpolation_scale": 1.0,
28
+ "text_embed_dim": 4096,
29
+ "time_embed_dim": 512,
30
+ "timestep_activation_fn": "silu",
31
+ "use_learned_positional_embeddings": false,
32
+ "use_rotary_positional_embeddings": true
33
+ }