szili2011 commited on
Commit
036af0d
1 Parent(s): e78a8c4

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "controlnet",
3
+ "pretrained_model": "lllyasviel/ControlNet",
4
+ "num_hidden_layers": 12,
5
+ "hidden_size": 768,
6
+ "num_attention_heads": 12,
7
+ "intermediate_size": 3072
8
+ }