stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: Include the Denoising Strength as an option for Custom Images Filename Name

Open DoughyInTheMiddle opened this issue 2 years ago • 3 comments

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 ?

Enable the denoising strength to be added as one of the options in settings field "Images filename pattern". It's one of the few fields related to a generated image that isn't an option.

Current option examples are [seed], [steps], [sampler], [cfg], etc.

Proposed workflow

  1. Go to Settings |
  2. Enter proposed filename structure.
  3. Export files.

For instance, I currently have: [job_timestamp] - [seed] - s[steps] - [sampler] - c[cfg] - [model_name]([model_hash]) - [prompt_words]

Would like to have: [job_timestamp] - [seed] - s[steps] - [sampler] - c[cfg] - ds[denoise] - [model_name]([model_hash]) - [prompt_words]

For me, this would eliminate the need for prefix number, but then at a glance in a folder, I can quickly see just from a file name what generated it.

Additional information

No response

DoughyInTheMiddle avatar Jan 02 '23 22:01 DoughyInTheMiddle

I'm also missing this feature. Hope it gets implemented.

Shadetail avatar Apr 01 '23 21:04 Shadetail

Yes, this would be a great feature!

Stibo avatar Apr 01 '23 21:04 Stibo

Still looking for this feature.

dendenis82 avatar Apr 16 '23 06:04 dendenis82

Bump. I do a similar custom filename (minus prompt) and I would really LOVE, LOVE, LOVE to have denoising strength added! I'm adding it by hand now to keep track of my progress through a certain space for creating letterforms and it's a pain.

Pixel8tryx avatar May 11 '23 16:05 Pixel8tryx

Was added in https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/cde0d642f34b2e008159eaeafb870d5efd1a3315

catboxanon avatar Aug 20 '23 12:08 catboxanon