diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 16:32:45 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 16:32:45 +0000 |
commit | 592334f322d403679a125225afb5ff0114935edd (patch) | |
tree | 3f8bc6963488eba5d4a1421e98de6a0f49adc439 /script.js | |
parent | 595c827bd31773cc98eb6e87b11090960a32b2a2 (diff) | |
download | stable-diffusion-webui-gfx803-592334f322d403679a125225afb5ff0114935edd.tar.gz stable-diffusion-webui-gfx803-592334f322d403679a125225afb5ff0114935edd.tar.bz2 stable-diffusion-webui-gfx803-592334f322d403679a125225afb5ff0114935edd.zip |
scripts
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,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 parameterswill be shared by columns and rows", + "X/Y plot": "Create a grid where images will have different parameters. Use inputs below to specify which parameterswill 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", |