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:
@ -11,7 +11,7 @@ try:
|
||||
except:
|
||||
readline_available = False
|
||||
|
||||
debugging = True
|
||||
debugging = False
|
||||
|
||||
def main():
|
||||
''' Initialize command-line parsers and the diffusion model '''
|
||||
|
Reference in New Issue
Block a user