stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: `Add number to filename when saving` gives choice between `as a prefix`/`as a suffix`
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 ?
Say one want to cherry-pick images from SD outputs (automatically or simply without using the "save" button of the webUI) and gather them in a single folder. These images comes from different times/working sessions so from different folders (for example: outputs/<date>/<filename>) where filename is [number]-<your_pattern>.ext.
It means that once gathered in a single directory, images will be ordered by [number] and mixed...
If one would be able to use [number] as a suffix (<your_pattern>-[number].ext), one would be able to have a nice "sorted by default" content without any hassle (I'm thinking [date] especially as a pattern).
Proposed workflow
- Go to
Settings>Saving images/grids - Checked by default:
Add number to filename when saving - Select
as a prefix(default) oras a suffix.
Additional information
No response