-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
[Bug]: Batch img2img with multiple X/Y/Z denoising values is only saving one image (WebUI 1.6.0) #12913
Comments
upload Sysinfo |
test pr #12926 see if the issue is fixed |
Sorry first time posting an issue, but found the tab in settings. |
so if my conclusion is correct my PR one part of the problem "samples_filename_pattern": "[seed], [model_name], [prompt], [steps], [cfg]",
"save_images_add_number": false, this means that the follow name given to the image you saved will be this normally wouldn't be an issue but you also have when they found name is the same the image will be overwritten there are other ways of making sure that the file name is unique other than adding a prefix number example another method of making sure that the file name is unique is using |
the expected behavior of the current 1.6.0 before my PR should be when xyz and batch img2img |
Thankfully enabling the field 'save_images_add_number' in config solved the issue, it was the fact that it was overriding the filename hence leaving only one which is weird considering I have both the Seed at -1 and 'Keep -1 for seeds' checked on. I mean even then before 1.5.1 and 1.6.0 it would save the file like "original image name"-1, "original image name"-2 and so on for all images. Strangely I don't know why the X/Y/Z script decided to switch to the seed name/prompt and etc. naming afterwards for some reason even though I didn't change the settings in regards to this. Also side note, the files are still not saving in the output directory, still going to my typical img2img directory if that's anything too. |
yes it seems that I accidentally change the behavior in this mix scenario |
@acoolrocket I made a additional change to the PR so that now it should also be able to use original file name when script is in used |
Nice, admittedly I've already switched back to 1.5.2 since I've had enough of 1.6.0 but now facing the TypeError: 'NoneType' object is not subscriptable issue I faced with on 1.5.1 too. Don't tell me I have to keep switching between 1.6.0 just to make use of batch img2img. |
that's practically no information to work with |
I'll open another issue post regarding this. Edit: Just finished opening |
should be fiex by #13170 |
Is there an existing issue for this?
What happened?
I always used this setup with the older versions with no issues and it saves all 7 denoising results, although now only saving one image, and weirder I have 2 images in the input folder.
Steps to reproduce the problem
Have my img2img setup here.
What should have happened?
It should give 2x7 images but for some reason only 1.
Sysinfo
N/A
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: