From ad226cc3e2b0edc86202831462b2317de94fd38d Mon Sep 17 00:00:00 2001 From: Michoko Date: Sun, 18 Sep 2022 10:32:31 +0200 Subject: [PATCH] Updated filenames tags --- Features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Features.md b/Features.md index 40816c5..4e24b23 100644 --- a/Features.md +++ b/Features.md @@ -339,11 +339,11 @@ were commandline. Settings are saved to config.js file. Settings that remain as options are ones that are required at startup. # Filenames format -The `Images filename pattern` field in the Settings tab allows customization of generated txt2img and img2img images filenames. This pattern defines the generation parameters you want to include in filenames, and their order. Here are the supported tags: +The `Images filename pattern` field in the Settings tab allows customization of generated txt2img and img2img images filenames. This pattern defines the generation parameters you want to include in filenames, and their order. The supported tags are: -`[steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date].` +`[steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date], [model_hash].` -(You can get an up-to-date list of supported tags by hovering your mouse over the "Images filename pattern" label in the UI.) +This list will evolve though, with new additions. You can get an up-to-date list of supported tags by hovering your mouse over the "Images filename pattern" label in the UI. Example of a pattern: `[seed]-[steps]-[cfg]-[sampler]-[prompt_spaces]`