mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'prompt-in-png' into main
This commit is contained in:
commit
9391eaff0e
@ -87,6 +87,9 @@ def main_loop(t2i,parser,log):
|
|||||||
break
|
break
|
||||||
|
|
||||||
elements = shlex.split(command)
|
elements = shlex.split(command)
|
||||||
|
if len(elements)==0:
|
||||||
|
continue
|
||||||
|
|
||||||
if elements[0]=='q': #
|
if elements[0]=='q': #
|
||||||
done = True
|
done = True
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user