stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: "Do not save grids consisting of one picture"
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 ?
At the moment, this option appears to actually be "Do not create grids consisting of one picture". Which is fairly logical, but unchecking it leads to a grid that is identical to the generated image actually being separately created, displayed in the UI, and saved. While this technically works fine, I feel it'd be better if there was a way to (automatically) simply save the single image generated without making a false grid. It's also inconvenient because pressing the manual save button with this single-image grid selected saves the same image twice.
Proposed workflow
I imagine the easiest way to implement this while adding actual functionality would be either a "Maximum amount of images saved per output" or an "Only save all generated images in outputs consisting of N images" setting.
But as a simple QoL, not displaying the created single image grid in the UI would suffice.
Additional information
No response
Do you mean save the image only inside the grid directory?
Depends on the way it's implemented. In short, the specific issue I see is that if you want to preserve the result of every gen as a single image (grid or not), a redundant "grid" still has to be created when the output only contains one generated image.