Merge branch 'master' into patch_hooks_improved_memory

This commit is contained in:
Jedrzej Kosinski 2024-11-27 19:42:13 -06:00
commit 3911241f5d

View File

@ -491,7 +491,6 @@ def load_controlnet_sd35(sd, model_options={}):
canny_cnet = control_type == 1 canny_cnet = control_type == 1
depth_cnet = control_type == 2 depth_cnet = control_type == 2
print(control_type, canny_cnet, depth_cnet)
new_sd = {} new_sd = {}
for k in comfy.utils.MMDIT_MAP_BASIC: for k in comfy.utils.MMDIT_MAP_BASIC:
if k[1] in sd: if k[1] in sd: