aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorTaithrah <Taithrah@users.noreply.github.com>2023-01-07 11:11:57 +0000
committerGitHub <noreply@github.com>2023-01-07 11:11:57 +0000
commit8a27730da5d5b25e28370e8ad94844856a839af9 (patch)
tree6205917f3379ce2a408fb49e3695c4f3ce47a026 /javascript/hints.js
parenta36e2744e2b18a2582247bc5b95bfa0339dfa629 (diff)
downloadstable-diffusion-webui-gfx803-8a27730da5d5b25e28370e8ad94844856a839af9.tar.gz
stable-diffusion-webui-gfx803-8a27730da5d5b25e28370e8ad94844856a839af9.tar.bz2
stable-diffusion-webui-gfx803-8a27730da5d5b25e28370e8ad94844856a839af9.zip
Update hints.js
Partial revert
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 73ab4a26..856e1389 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -12,8 +12,8 @@ titles = {
"Batch size": "How many image to create in a single batch",
"CFG Scale": "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results",
"Seed": "A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result",
- "\u{1f3b2}\ufe0f": "Set seed to -1 will set a new random number every time.",
- "\u267b\ufe0f": "Reuse seed from last generation, most useful if it was randomized.",
+ "\u{1f3b2}\ufe0f": "Set seed to -1, which will cause a new random number to be used every time",
+ "\u267b\ufe0f": "Reuse seed from last generation, mostly useful if it was randomed",
"\u{1f3a8}": "Add a random artist to the prompt.",
"\u2199\ufe0f": "Read generation parameters from prompt or last generation if prompt is empty into user interface.",
"\u{1f4c2}": "Open images output directory",