From db8f8dd9720dbf2b84053ea686b6f540721dee27 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 13 Sep 2022 00:44:08 +0300 Subject: Ability to save images into a folder named after the date they were created #353 --- script.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'script.js') diff --git a/script.js b/script.js index ba2fa8a7..5c423908 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,5 @@ + + titles = { "Sampling steps": "How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results", "Sampling method": "Which algorithm to use to produce the image", @@ -53,6 +55,9 @@ titles = { "Resize seed from width": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", "Interrogate": "Reconstruct frompt from existing image and put it into the prompt field.", + + "Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date]; leave empty for default.", + "Directory name pattern": "Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date]; leave empty for default.", } function gradioApp(){ -- cgit v1.2.3