diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-02 14:03:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 14:03:01 +0000 |
commit | a9d7eb722f9034d1d2203dada6d79651ad3edeec (patch) | |
tree | f622f9f86b77a46f673a08084d4a10db59aeff40 /javascript/hints.js | |
parent | f28ce3e3a17ccd9b4a03317031a4e3caa1a3088f (diff) | |
parent | 4e72a1aab6d1b3a8d8c09fadc81843a07c05cc18 (diff) | |
download | stable-diffusion-webui-gfx803-a9d7eb722f9034d1d2203dada6d79651ad3edeec.tar.gz stable-diffusion-webui-gfx803-a9d7eb722f9034d1d2203dada6d79651ad3edeec.tar.bz2 stable-diffusion-webui-gfx803-a9d7eb722f9034d1d2203dada6d79651ad3edeec.zip |
Merge branch 'master' into saving
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 96cd24d5..84694eeb 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -58,8 +58,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], [datetime], [job_timestamp]; 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], [datetime], [job_timestamp]; leave empty for default.", + "Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.", + "Directory name pattern": "Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; 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.", |