aboutsummaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-13 00:44:08 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-13 00:44:08 +0300
commitdb8f8dd9720dbf2b84053ea686b6f540721dee27 (patch)
treed9ed33926867d69e673628d65994a3d40ad35b63 /script.js
parentac9b2ec010bad830fca6d1fbb8abd16136433c54 (diff)
Ability to save images into a folder named after the date they were created #353
Diffstat (limited to 'script.js')
-rw-r--r--script.js5
1 files changed, 5 insertions, 0 deletions
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(){