mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Disabled debug output (#436)
Co-authored-by: Henry van Megen <hvanmegen@gmail.com>
This commit is contained in:
parent
0ab5a36464
commit
aac5102cf3
@ -10,4 +10,4 @@ from ldm.generate import Generate
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user