mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
This reverts commit 147834e99c
.
This commit is contained in:
parent
7d8d4bcafb
commit
f69fc68e06
@ -545,7 +545,7 @@ class Generate:
|
||||
print('**Interrupted** Partial results will be returned.')
|
||||
else:
|
||||
raise KeyboardInterrupt
|
||||
except (RuntimeError, Exception) as e:
|
||||
except RuntimeError as e:
|
||||
print(traceback.format_exc(), file=sys.stderr)
|
||||
print('>> Could not generate image.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user