Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Manuel Schmid
2023-12-14 23:01:49 +01:00
4 changed files with 18 additions and 14 deletions
+3 -3
View File
@@ -818,12 +818,12 @@ def worker():
task = async_tasks.pop(0)
try:
handler(task)
except:
traceback.print_exc()
finally:
build_image_wall(task)
task.yields.append(['finish', task.results])
pipeline.prepare_text_encoder(async_call=True)
except:
traceback.print_exc()
task.yields.append(['finish', task.results])
pass