eolecvk commited on
Commit
760bcfd
1 Parent(s): c120d9a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "STDiT3"
4
+ ],
5
+ "caption_channels": 4096,
6
+ "class_dropout_prob": 0.1,
7
+ "depth": 28,
8
+ "drop_path": 0.0,
9
+ "enable_flash_attn": true,
10
+ "enable_layernorm_kernel": true,
11
+ "enable_sequence_parallelism": false,
12
+ "freeze_y_embedder": true,
13
+ "hidden_size": 1152,
14
+ "in_channels": 4,
15
+ "input_size": [
16
+ null,
17
+ null,
18
+ null
19
+ ],
20
+ "input_sq_size": 512,
21
+ "mlp_ratio": 4.0,
22
+ "model_max_length": 300,
23
+ "model_type": "STDiT3",
24
+ "num_heads": 16,
25
+ "only_train_temporal": false,
26
+ "patch_size": [
27
+ 1,
28
+ 2,
29
+ 2
30
+ ],
31
+ "pred_sigma": true,
32
+ "qk_norm": true,
33
+ "skip_y_embedder": false,
34
+ "torch_dtype": "bfloat16",
35
+ "transformers_version": "4.39.3"
36
+ }