Merge pull request #121 from willmiao/dev

Dev
This commit is contained in:
pixelpaws
2025-04-21 15:44:23 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -335,7 +335,7 @@ class SaveImage:
if add_counter_to_filename:
# Use counter + i to ensure unique filenames for all images in batch
current_counter = counter + i
base_filename += f"_{current_counter:05}"
base_filename += f"_{current_counter:05}_"
# Set file extension and prepare saving parameters
if file_format == "png":

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long