Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous authored and tiangles committed Nov 29, 2024
1 parent 5c4a332 commit d45e173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comfy/controlnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d45e173

Please sign in to comment.