mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Remove print.
This commit is contained in:
parent
95d8713482
commit
b666539595
@ -477,7 +477,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…
Reference in New Issue
Block a user