Merge branch 'prompt-in-png' into main

This commit is contained in:
Lincoln Stein 2022-08-22 13:24:12 -04:00
commit 9391eaff0e

View File

@ -87,6 +87,9 @@ def main_loop(t2i,parser,log):
break
elements = shlex.split(command)
if len(elements)==0:
continue
if elements[0]=='q': #
done = True
break