LanguageBind commited on
Commit
ab5711f
1 Parent(s): fd7f667

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +42 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "OpenSoraT2V_v1_3",
3
+ "_diffusers_version": "0.30.2",
4
+ "activation_fn": "gelu-approximate",
5
+ "attention_bias": true,
6
+ "attention_head_dim": 96,
7
+ "caption_channels": 4096,
8
+ "cross_attention_dim": 2304,
9
+ "decay": 0.9999,
10
+ "double_self_attention": false,
11
+ "dropout": 0.0,
12
+ "in_channels": 8,
13
+ "interpolation_scale_h": 1.0,
14
+ "interpolation_scale_t": 1.0,
15
+ "interpolation_scale_w": 1.0,
16
+ "inv_gamma": 1.0,
17
+ "min_decay": 0.0,
18
+ "norm_elementwise_affine": false,
19
+ "norm_eps": 1e-06,
20
+ "num_attention_heads": 24,
21
+ "num_layers": 32,
22
+ "only_cross_attention": false,
23
+ "optimization_step": 2500,
24
+ "out_channels": 8,
25
+ "patch_size": 2,
26
+ "patch_size_t": 1,
27
+ "power": 0.6666666666666666,
28
+ "sample_size_h": [
29
+ 44,
30
+ 80
31
+ ],
32
+ "sample_size_t": 24,
33
+ "sample_size_w": [
34
+ 44,
35
+ 80
36
+ ],
37
+ "sparse1d": true,
38
+ "sparse_n": 4,
39
+ "upcast_attention": false,
40
+ "update_after_step": 0,
41
+ "use_ema_warmup": false
42
+ }