Open klement opened 9 months ago
Alright, I'll fix this issue in the next version (actually it's a feature, but anyway, I'll make it user-friendly for you).
I wasn't able to find a way of creating different versions/formats of images under the same name (in different directories) and this seems like an obvious solution. I tried the rebatch with size 1 but it doesn't help.
I'm curious - if it's a feature then I'd assume there is a use for the feature. What is the use case for this being the way it is now?
In the current version, even if you set the batch size to 1, the saver will still output the filename as an array of length 1 (which is the problem you're encountering). I initially designed it this way to ensure the filename could be correctly output when the batch size was more than one, but I forgot to consider the situation when the batch size equals one.
Don't worry, I will fix everything.
Please try the latest version.
Description
With SDPromptSaver.FILENAME output connected to another SDPromptSaver.FILENAME input, I'm getting the following exception:
Reproduction steps
No response
Image file
No response