From a8d618e6ac67293454c704ae796470a8234dc342 Mon Sep 17 00:00:00 2001 From: jamesWalker55 <30405220+jamesWalker55@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:39:29 +0100 Subject: [PATCH] Make it more obvious what the actual pattern is --- Custom-Images-Filename-Name-and-Subdirectory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom-Images-Filename-Name-and-Subdirectory.md b/Custom-Images-Filename-Name-and-Subdirectory.md index 3787ae8..291cda3 100644 --- a/Custom-Images-Filename-Name-and-Subdirectory.md +++ b/Custom-Images-Filename-Name-and-Subdirectory.md @@ -1,12 +1,12 @@ > the following information is about the image filename and subdirectory name, not the `Paths for saving \ Output directories` ### By default, the Web UI saves images in the output directories and output archive with a filename structure of -Images: `number`-`seed`-`[prompt_spaces]` +Images: `[number]-[seed]-[prompt_spaces]` ``` 01234-987654321-((masterpiece)), ((best quality)), ((illustration)), extremely detailed,style girl.png ``` -Zip archive: `[datetime]`\_[`[model_name]`]\_`[seed]`-`[seed_last]` +Zip archive: `[datetime]_[[model_name]]_[seed]-[seed_last]` ``` 20230530133149_[v1-5-pruned-emaonly]_987654321-987654329.zip ```