Skip to content

Rework img2img batch image save#12164

Merged
AUTOMATIC1111 merged 4 commits intodevfrom
rework-img2img-batch-image-save
Jul 30, 2023
Merged

Rework img2img batch image save#12164
AUTOMATIC1111 merged 4 commits intodevfrom
rework-img2img-batch-image-save

Conversation

@w-e-w
Copy link
Collaborator

@w-e-w w-e-w commented Jul 29, 2023

Description

fix issue #12149 introduced by PR #11747

instead of having a dedicated image saving sequence just reuse everything
should make maintain easier

since the image save file name is parsed by FilenameGenerator it could cause potential issues if they are special sequences in the file name
I have mentioned past that we shouldn't use valid file name characters for as pattern (square brackets [xxx])

I propose we switch to using <xxx>
it should be possible to make the transition without breaking change

Checklist:

@w-e-w w-e-w requested a review from AUTOMATIC1111 as a code owner July 29, 2023 15:14
@w-e-w w-e-w mentioned this pull request Jul 29, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants