Andrey Laptev commited on
Commit
01eeda2
1 Parent(s): 5c8d3b3

Update config with conditioning_embedding_channel

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -9,7 +9,7 @@
9
  ],
10
  "guidance_embeds": true,
11
  "in_channels": 64,
12
- "is_xlabs_controlnet": true,
13
  "joint_attention_dim": 4096,
14
  "num_attention_heads": 24,
15
  "num_layers": 2,
 
9
  ],
10
  "guidance_embeds": true,
11
  "in_channels": 64,
12
+ "conditioning_embedding_channel": 16,
13
  "joint_attention_dim": 4096,
14
  "num_attention_heads": 24,
15
  "num_layers": 2,