zibojia commited on
Commit
ae14a4c
·
verified ·
1 Parent(s): 2fa947f

Upload config.json

Browse files
Files changed (1) hide show
  1. transformer/config.json +21 -0
transformer/config.json CHANGED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Transformer3DModel",
3
+ "_diffusers_version": "0.33.0.dev0",
4
+ "added_kv_proj_dim": null,
5
+ "attention_head_dim": 128,
6
+ "cross_attn_norm": false,
7
+ "eps": 1e-06,
8
+ "ffn_dim": 8960,
9
+ "freq_dim": 256,
10
+ "in_channels": 48,
11
+ "num_attention_heads": 12,
12
+ "num_layers": 30,
13
+ "out_channels": 16,
14
+ "patch_size": [
15
+ 1,
16
+ 2,
17
+ 2
18
+ ],
19
+ "qk_norm": "rms_norm_across_heads",
20
+ "rope_max_seq_len": 1024
21
+ }