aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorEyrie <me@eyriewow.com>2022-09-25 12:29:40 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-25 17:11:07 +0300
commit40166dbf086f49b3566ac5a2003dd0a980dc29e0 (patch)
treeaee2a087c254f015efd10b0790cb2deb38c0d725 /javascript/hints.js
parent50ae19acf6003708390ae6696e833cf596621882 (diff)
Added job_id pattern for directories
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 b43f7bbd..a5311eaa 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -60,6 +60,7 @@ titles = {
"Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_spaces], [width], [height], [styles], [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], [styles], [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",
+ "Length of job id": "Sets the number of characters to be used for the [job_id] option",
"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",