aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorProf-Cheese <t.t.tomato16@gmail.com>2022-09-22 16:47:43 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-22 17:15:37 +0000
commitae32b8a53fd52cb4be195c4b4c329dd81a63ada7 (patch)
tree77ebf64e1e79b410b57222db1aa907a8b81b40e7 /javascript/hints.js
parentcae09e1651e7969e815b4d3443debaf606c8d4bb (diff)
downloadstable-diffusion-webui-gfx803-ae32b8a53fd52cb4be195c4b4c329dd81a63ada7.tar.gz
stable-diffusion-webui-gfx803-ae32b8a53fd52cb4be195c4b4c329dd81a63ada7.tar.bz2
stable-diffusion-webui-gfx803-ae32b8a53fd52cb4be195c4b4c329dd81a63ada7.zip
Fixed directory name generation process.
'Max prompt words' has been added to config and modified to be used in the directory name generation process.
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 65a67d50..9d3eecf3 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -59,6 +59,7 @@ titles = {
"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.",
+ "Max prompt words": "Set the maximum number of words to be used in the [prompt_words] option; ATTENTION: If the words are too long, they may exceed the maximum length of the file path that the system can handle",
"Loopback": "Process an image, use it as an input, repeat.",
"Loops": "How many times to repeat processing an image and using it as input for the next iteration",