totoku commited on
Commit
aaa973b
·
verified ·
1 Parent(s): 2c9df5b

Create config.json

Browse files
Files changed (1) hide show
  1. FLUX.2-dev/transformer/config.json +22 -0
FLUX.2-dev/transformer/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Flux2Transformer2DModel",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "attention_head_dim": 128,
5
+ "axes_dims_rope": [
6
+ 32,
7
+ 32,
8
+ 32,
9
+ 32
10
+ ],
11
+ "eps": 1e-06,
12
+ "in_channels": 128,
13
+ "joint_attention_dim": 15360,
14
+ "mlp_ratio": 3.0,
15
+ "num_attention_heads": 48,
16
+ "num_layers": 8,
17
+ "num_single_layers": 48,
18
+ "out_channels": null,
19
+ "patch_size": 1,
20
+ "rope_theta": 2000,
21
+ "timestep_guidance_channels": 256
22
+ }