tsaiyue commited on
Commit
4805623
1 Parent(s): b548d81

Upload config.json

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