ucfzl commited on
Commit
69eff44
·
1 Parent(s): ca0bdd8

Initial upload of ControlNet model

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