mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ready for merge after documentation added
This commit is contained in:
@ -172,9 +172,8 @@ def main_loop(gen, opt):
|
||||
except (OSError, AttributeError, KeyError):
|
||||
pass
|
||||
|
||||
# if len(opt.prompt) == 0:
|
||||
# print('\nTry again with a prompt!')
|
||||
# continue
|
||||
if len(opt.prompt) == 0:
|
||||
opt.prompt = ''
|
||||
|
||||
# width and height are set by model if not specified
|
||||
if not opt.width:
|
||||
|
Reference in New Issue
Block a user