BianYx commited on
Commit
52bc9fd
·
verified ·
1 Parent(s): 1fc7f69

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VideoPainter",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "_name_or_path": "hf_models/CogVideoX-5b-I2V",
5
+ "activation_fn": "gelu-approximate",
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "dropout": 0.0,
9
+ "flip_sin_to_cos": true,
10
+ "freq_shift": 0,
11
+ "id_pool_resample_learnable": false,
12
+ "in_channels": 32,
13
+ "max_text_seq_length": 226,
14
+ "norm_elementwise_affine": true,
15
+ "norm_eps": 1e-05,
16
+ "num_attention_heads": 48,
17
+ "num_layers": 2,
18
+ "out_channels": 16,
19
+ "patch_size": 2,
20
+ "sample_frames": 49,
21
+ "sample_height": 60,
22
+ "sample_width": 90,
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": true,
30
+ "use_rotary_positional_embeddings": true,
31
+ "wo_text": false
32
+ }