"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "b1fe2b394bcd2bf1d8d067e11e77d8eb278716a3"
Commit d43e45ce authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove print.

parent c6e34963
...@@ -443,7 +443,6 @@ class ControlNetApply: ...@@ -443,7 +443,6 @@ class ControlNetApply:
def apply_controlnet(self, conditioning, control_net, image, strength): def apply_controlnet(self, conditioning, control_net, image, strength):
c = [] c = []
control_hint = image.movedim(-1,1) control_hint = image.movedim(-1,1)
print(control_hint.shape)
for t in conditioning: for t in conditioning:
n = [t[0], t[1].copy()] n = [t[0], t[1].copy()]
c_net = control_net.copy().set_cond_hint(control_hint, strength) c_net = control_net.copy().set_cond_hint(control_hint, strength)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment