Skip to content

Commit

Permalink
Disabled debug output (invoke-ai#436)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry van Megen <hvanmegen@gmail.com>
  • Loading branch information
2 people authored and lstein committed Sep 12, 2022
1 parent 0ab5a36 commit aac5102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldm/simplet2i.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
class T2I(Generate):
def __init__(self,**kwargs):
print(f'>> The ldm.simplet2i module is deprecated. Use ldm.generate instead. It is a drop-in replacement.')
super().__init__(kwargs)
super().__init__(kwargs)

0 comments on commit aac5102

Please sign in to comment.