1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Remove print.

This commit is contained in:
comfyanonymous
2024-11-27 20:28:39 -05:00
parent 95d8713482
commit b666539595

View File

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