offfragnor123 commited on
Commit
8a5cd19
·
verified ·
1 Parent(s): 8a0911e

Upload config.json

Browse files
Files changed (1) hide show
  1. transformer/config.json +17 -1
transformer/config.json CHANGED
@@ -1 +1,17 @@
1
- {"folder": "transformer", "status": "created"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImageTransformer2DModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "attention_head_dim": 128,
5
+ "axes_dims_rope": [
6
+ 16,
7
+ 56,
8
+ 56
9
+ ],
10
+ "guidance_embeds": false,
11
+ "in_channels": 64,
12
+ "joint_attention_dim": 3584,
13
+ "num_attention_heads": 24,
14
+ "num_layers": 60,
15
+ "out_channels": 16,
16
+ "patch_size": 2
17
+ }