Skip to content

Commit

Permalink
fix an oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
matt3o committed Apr 7, 2024
1 parent 8ecd880 commit 3881dc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions InstantID.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ def apply_controlnet(self, face_embeds, control_net, image_kps, positive, negati
cond_uncond.append(c)
is_cond = False

print(cond_uncond[0])

return(cond_uncond[0], cond_uncond[1])


Expand Down

0 comments on commit 3881dc6

Please sign in to comment.