diff options
author | Robin Fernandes <robin@soal.org> | 2022-09-23 00:54:32 +0000 |
---|---|---|
committer | Robin Fernandes <robin@soal.org> | 2022-09-23 00:54:32 +0000 |
commit | 03738668c08852d717b0564fc0c3da89877e52b8 (patch) | |
tree | 975bd8f2f610901ee45a5c3d1885d93074cdddc2 /javascript/hints.js | |
parent | 25eb1e3d9072a060a253abce6889e7fef440dfe1 (diff) | |
parent | 19fc3e82794245b663467a9be076271f6ae33f26 (diff) | |
download | stable-diffusion-webui-gfx803-03738668c08852d717b0564fc0c3da89877e52b8.tar.gz stable-diffusion-webui-gfx803-03738668c08852d717b0564fc0c3da89877e52b8.tar.bz2 stable-diffusion-webui-gfx803-03738668c08852d717b0564fc0c3da89877e52b8.zip |
Merge from master
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
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", |