From 694763447dc551f9a469727021fc41dd2af2fa66 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 14 Jan 2024 14:23:36 +0100 Subject: [PATCH] fix: add missing image_extension parameter to log call --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index 104ac43d..3057b5a0 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -801,7 +801,7 @@ def worker(): if n != 'None': d.append((f'LoRA {li + 1}', f'{n} : {w}')) d.append(('Version', 'v' + fooocus_version.version)) - log(x, d) + log(x, d, image_extension) yield_result(async_task, imgs, do_not_show_finished_images=len(tasks) == 1) except ldm_patched.modules.model_management.InterruptProcessingException as e: