Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework img2img batch image save #12164

Merged
merged 4 commits into from
Jul 30, 2023
Merged

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