Kijai commited on
Commit
45d2276
·
verified ·
1 Parent(s): 9aa9eb3

Update transformer_I2V/config.json

Browse files
Files changed (1) hide show
  1. transformer_I2V/config.json +32 -32
transformer_I2V/config.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "_class_name": "CogVideoXTransformer3DModel",
3
- "_diffusers_version": "0.31.0",
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": 32,
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
- "ofs_embed_dim": 512,
17
- "out_channels": 16,
18
- "patch_bias": false,
19
- "patch_size": 2,
20
- "patch_size_t": 2,
21
- "sample_frames": 81,
22
- "sample_height": 96,
23
- "sample_width": 170,
24
- "spatial_interpolation_scale": 1.875,
25
- "temporal_compression_ratio": 4,
26
- "temporal_interpolation_scale": 1.0,
27
- "text_embed_dim": 4096,
28
- "time_embed_dim": 512,
29
- "timestep_activation_fn": "silu",
30
- "use_learned_positional_embeddings": false,
31
- "use_rotary_positional_embeddings": true
32
- }
 
1
+ {
2
+ "_class_name": "CogVideoXTransformer3DModel",
3
+ "_diffusers_version": "0.31.0",
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": 32,
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
+ "ofs_embed_dim": 512,
17
+ "out_channels": 16,
18
+ "patch_bias": false,
19
+ "patch_size": 2,
20
+ "patch_size_t": 2,
21
+ "sample_frames": 81,
22
+ "sample_height": 300,
23
+ "sample_width": 300,
24
+ "spatial_interpolation_scale": 1.875,
25
+ "temporal_compression_ratio": 4,
26
+ "temporal_interpolation_scale": 1.0,
27
+ "text_embed_dim": 4096,
28
+ "time_embed_dim": 512,
29
+ "timestep_activation_fn": "silu",
30
+ "use_learned_positional_embeddings": false,
31
+ "use_rotary_positional_embeddings": true
32
+ }