aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-04 06:18:00 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-04 06:18:00 +0000
commit556c36b9607e3f4eacdddc85f8e7a78b29476ea7 (patch)
treeb99dfc3fbf9e5f7215e4ef7e28f051b3e657e4e6 /javascript
parent56371153b545e3a43c3a5f206264019af361f3af (diff)
downloadstable-diffusion-webui-gfx803-556c36b9607e3f4eacdddc85f8e7a78b29476ea7.tar.gz
stable-diffusion-webui-gfx803-556c36b9607e3f4eacdddc85f8e7a78b29476ea7.tar.bz2
stable-diffusion-webui-gfx803-556c36b9607e3f4eacdddc85f8e7a78b29476ea7.zip
add hint, refactor code for #1607
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index e72e9338..8adcd983 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -47,6 +47,7 @@ titles = {
"Custom code": "Run Python code. Advanced user only. Must run program with --allow-code for this to work",
"Prompt S/R": "Separate a list of words with commas, and the first word will be used as a keyword: script will search for this word in the prompt, and replace it with others",
+ "Prompt order": "Separate a list of words with commas, and the script will make a variation of prompt with those words for their every possible order",
"Tiling": "Produce an image that can be tiled.",
"Tile overlap": "For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.",