From fd2dde91542c720b2ebc9180eb0dc38eb46c70ea Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 25 Jul 2025 11:46:28 -0400 Subject: [PATCH] sorry Signed-off-by: Vladimir Mandic --- modules/ui_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_common.py b/modules/ui_common.py index dc984f060..299f8d751 100644 --- a/modules/ui_common.py +++ b/modules/ui_common.py @@ -178,7 +178,7 @@ def save_files(js_data, files, html_info, index): prompt = p.all_prompts[i] fullfn, txt_fullfn, _exif = images.save_image(image, shared.opts.outdir_save, "", seed=seed, prompt=prompt, info=info, extension=shared.opts.samples_format, grid=is_grid, p=p) except Exception as e: - shared.log.error(f'Save: image={image} i={i} seeds={p.all_seeds} prompts={p.all_prompts)}') + shared.log.error(f'Save: image={image} i={i} seeds={p.all_seeds} prompts={p.all_prompts}') errors.display(e, 'save') if fullfn is None: continue