diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-12 21:44:08 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-12 21:44:08 +0000 |
commit | db8f8dd9720dbf2b84053ea686b6f540721dee27 (patch) | |
tree | d9ed33926867d69e673628d65994a3d40ad35b63 /script.js | |
parent | ac9b2ec010bad830fca6d1fbb8abd16136433c54 (diff) | |
download | stable-diffusion-webui-gfx803-db8f8dd9720dbf2b84053ea686b6f540721dee27.tar.gz stable-diffusion-webui-gfx803-db8f8dd9720dbf2b84053ea686b6f540721dee27.tar.bz2 stable-diffusion-webui-gfx803-db8f8dd9720dbf2b84053ea686b6f540721dee27.zip |
Ability to save images into a folder named after the date they were created #353
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(){ |