Image sequencing is stuck at 00000 despite "Add number to filename" setting is on and [seq] is used? #2405
-
My image saving sequence is as follows: This setting should produce a filename pattern in a folder: I don't know what happened, but [seq] seems to be broken for me for unknown reason Now it just keeps on being stuck at the first one: The new file will no longer jump into the next number, but instead overwrites the first file I've tried to look through the settings, but cannot find anything to fix this Any ideas? Linked code that is probably related: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
workaround for now: add |
Beta Was this translation helpful? Give feedback.
-
issue is that sequence is determined before filename sanitize, but if filename contains invalid characters, sequence will not match. btw, |
Beta Was this translation helpful? Give feedback.
-
Pulled and it is fixed for me! Changed to [prompt_words] as suggested Thank you Vlad! 👍 |
Beta Was this translation helpful? Give feedback.
issue is that sequence is determined before filename sanitize, but if filename contains invalid characters, sequence will not match.
i've pushed an update. if issue persists, please set env variable
SD_PATH_DEBUG=true
and post log file showing the probematic behavior.btw,
[prompt]
is allowed for backward compatibility, but i strongly suggest to use[prompt_words]
instead - its much cleaner.