Isi99999 commited on
Commit
4f636d2
·
verified ·
1 Parent(s): 386c67f

Uploaded transformer/config.json from Lightricks/LTX-Video

Browse files
Files changed (1) hide show
  1. transformer/config.json +19 -0
transformer/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LTXVideoTransformer3DModel",
3
+ "_diffusers_version": "0.32.0.dev0",
4
+ "activation_fn": "gelu-approximate",
5
+ "attention_bias": true,
6
+ "attention_head_dim": 64,
7
+ "attention_out_bias": true,
8
+ "caption_channels": 4096,
9
+ "cross_attention_dim": 2048,
10
+ "in_channels": 128,
11
+ "norm_elementwise_affine": false,
12
+ "norm_eps": 1e-06,
13
+ "num_attention_heads": 32,
14
+ "num_layers": 28,
15
+ "out_channels": 128,
16
+ "patch_size": 1,
17
+ "patch_size_t": 1,
18
+ "qk_norm": "rms_norm_across_heads"
19
+ }