[Feature Request]: Don't save skipped/interrupted generations
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
This feature would add an option in setting that will automatically remove skipped or interrupted generations, instead of keeping unfinished images.
Proposed workflow
- Go to Settings
- Press "Don't save skipped/interrupted generations"
- When generating an image, press "Interrupt" or "Skip" button above preview
Additional information
No response
I second this. It's annoying to have to manually remove files that you're not going to use in a million years.
Would also love to have this feature, I interrupt images a lot to make small adjustments and end up having to erase them manually all the time, a simply "Do not save image if process is interrupted option" would do wonders. Has this been implemented in the meantime?
I don't believe it has, no.
On another note, it should also be possible to enable or disable manual saving of specific images instead of saving all.
On another note, it should also be possible to enable or disable manual saving of specific images instead of saving all.
You just need to turn off "Always save all generated images". but this is quite tedious. Anyway why is it so hard to implement skipped generations removal? If there is a Skip button, it must give some kind of feedback
It does. Gradio works like Flask and Django, i.e. a UI which connects to the application thru it's API. Even I with my Python knowledge might be able to find the code and disable saving of skipped generations. I will take a look later.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12338