mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 13:37:11 +08:00
Merge branch 'master' into patch_hooks_improved_memory
This commit is contained in:
commit
3911241f5d
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user