mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
indentation error prevented filenames from printing
This commit is contained in:
parent
80c0e30099
commit
d8926fb8c0
@ -114,9 +114,10 @@ def main_loop(t2i,parser,log):
|
||||
results = t2i.txt2img(**vars(opt))
|
||||
else:
|
||||
results = t2i.img2img(**vars(opt))
|
||||
print("Outputs:")
|
||||
write_log_message(opt,switches,results,log)
|
||||
print("Outputs:")
|
||||
write_log_message(opt,switches,results,log)
|
||||
except KeyboardInterrupt:
|
||||
print('*interrupted*')
|
||||
continue
|
||||
print("goodbye!")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user