Remove print.

This commit is contained in:
comfyanonymous 2023-05-09 10:29:58 -04:00
parent c6e34963e4
commit d43e45ce62
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ class ControlNetApply:
def apply_controlnet(self, conditioning, control_net, image, strength):
c = []
control_hint = image.movedim(-1,1)
print(control_hint.shape)
for t in conditioning:
n = [t[0], t[1].copy()]
c_net = control_net.copy().set_cond_hint(control_hint, strength)