diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-28 05:31:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 05:31:23 +0000 |
commit | 38d83665d9bb911db6606592ac282ec6af1284e7 (patch) | |
tree | 29160035f4fd45093db3234b6730a4d30dd6335b /javascript | |
parent | 4c52dfe4ac98c53431ecd267d59f27391d3a63e7 (diff) | |
parent | 32d389ef0f7c75dd85fc7aebe7bca279f36fed86 (diff) | |
download | stable-diffusion-webui-gfx803-38d83665d9bb911db6606592ac282ec6af1284e7.tar.gz stable-diffusion-webui-gfx803-38d83665d9bb911db6606592ac282ec6af1284e7.tar.bz2 stable-diffusion-webui-gfx803-38d83665d9bb911db6606592ac282ec6af1284e7.zip |
Merge pull request #7285 from EllangoK/xyz-fixes
Allows for multiple Styles axii in X/Y/Z Plot
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 3cf10e20..7b60b25e 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -50,7 +50,7 @@ titles = { "None": "Do not do anything special", "Prompt matrix": "Separate prompts into parts using vertical pipe character (|) and the script will create a picture for every combination of them (except for the first part, which will be present in all combinations)", - "X/Y plot": "Create a grid where images will have different parameters. Use inputs below to specify which parameters will be shared by columns and rows", + "X/Y/Z plot": "Create grid(s) where images will have different parameters. Use inputs below to specify which parameters will be shared by columns and rows", "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", |