From 41b181c86a48743907e996aaf4d2639a7e81b80a Mon Sep 17 00:00:00 2001 From: DKnight54 <126916963+DKnight54@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:14:53 +0800 Subject: [PATCH] Update accel_sdxl_gen_img.py --- accel_sdxl_gen_img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel_sdxl_gen_img.py b/accel_sdxl_gen_img.py index c7487ad9..9c5dfc1f 100644 --- a/accel_sdxl_gen_img.py +++ b/accel_sdxl_gen_img.py @@ -2415,7 +2415,7 @@ def main(args): elif args.sequential_file_name: fln = f"im_{globalcount:02d}_{highres_prefix}{step_first + i + 1:06d}.png" else: - fln = f"im_{ts_str}_{globalcount:02d}_{highres_prefix}{i:03d}_{seed}.png" + fln = f"im_{globalcount:02d}_{ts_str}_{highres_prefix}{i:03d}_{seed}.png" logger.info(f"Saving Image: {fln}:\nPrompt: {prompt}") if negative_prompt is not None: