Shudeng commited on
Commit
f7ee95b
·
verified ·
1 Parent(s): d0dc88e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ {
4
+ "_class_name": "FluxControlNetModel",
5
+ "_diffusers_version": "0.30.0.dev0",
6
+ "attention_head_dim": 128,
7
+ "axes_dims_rope": [
8
+ 16,
9
+ 56,
10
+ 56
11
+ ],
12
+ "guidance_embeds": true,
13
+ "in_channels": 64,
14
+ "joint_attention_dim": 4096,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 5,
17
+ "num_mode": null,
18
+ "num_single_layers": 0,
19
+ "patch_size": 1,
20
+ "pooled_projection_dim": 768
21
+ }