Skip to content

Commit 5900f45

Browse files
committed
Fix regression of Load ControlNet++ Model (Multi) node
1 parent ba0e74e commit 5900f45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adv_control/nodes_plusplus.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def load_controlnet_plusplus(self, plus_input: PlusPlusInputGroup, name: str):
2626
controlnet_path = folder_paths.get_full_path("controlnet", name)
2727
controlnet = load_controlnetplusplus(controlnet_path)
2828
controlnet.verify_control_type(name, plus_input)
29+
controlnet.allow_condhint_latents = True
2930
return (controlnet, PlusPlusImageWrapper(plus_input),)
3031

3132

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-advanced-controlnet"
33
description = "Nodes for scheduling ControlNet strength across timesteps and batched latents, as well as applying custom weights and attention masks."
4-
version = "1.4.0"
4+
version = "1.4.1"
55
license = { file = "LICENSE" }
66
dependencies = []
77

0 commit comments

Comments
 (0)