mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
turned off debugging flag
This commit is contained in:
parent
7085d1910b
commit
49f0d31fac
@ -11,7 +11,7 @@ try:
|
||||
except:
|
||||
readline_available = False
|
||||
|
||||
debugging = True
|
||||
debugging = False
|
||||
|
||||
def main():
|
||||
''' Initialize command-line parsers and the diffusion model '''
|
||||
|
Loading…
Reference in New Issue
Block a user