KvLove commited on
Commit
302c758
·
verified ·
1 Parent(s): 28a8179

Upload config.json

Browse files
Files changed (1) hide show
  1. transformer/config.json +13 -0
transformer/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImageTransformer2DModel",
3
+ "_diffusers_version": "0.34.0.dev0",
4
+ "attention_head_dim": 128,
5
+ "axes_dims_rope": [16, 56, 56],
6
+ "in_channels": 64,
7
+ "joint_attention_dim": 3584,
8
+ "num_attention_heads": 24,
9
+ "num_layers": 60,
10
+ "out_channels": 16,
11
+ "patch_size": 2,
12
+ "pooled_projection_dim": 768
13
+ }