diff options
author | Eyrie <me@eyriewow.com> | 2022-09-25 10:45:18 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-25 14:11:07 +0000 |
commit | ba34b790d3ea776d9b91278630b9166d3e6dbb69 (patch) | |
tree | 8382877fb32890411659a8dc6602f3ca570a71c4 /javascript/hints.js | |
parent | 40166dbf086f49b3566ac5a2003dd0a980dc29e0 (diff) | |
download | stable-diffusion-webui-gfx803-ba34b790d3ea776d9b91278630b9166d3e6dbb69.tar.gz stable-diffusion-webui-gfx803-ba34b790d3ea776d9b91278630b9166d3e6dbb69.tar.bz2 stable-diffusion-webui-gfx803-ba34b790d3ea776d9b91278630b9166d3e6dbb69.zip |
Added hints for file & dir patterns
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index a5311eaa..ff6a49a8 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -57,8 +57,8 @@ titles = { "Interrogate": "Reconstruct prompt 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], [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.", + "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], [job_id]; 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], [job_id]; 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", |