aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-18 14:56:47 +0000
committerGitHub <noreply@github.com>2022-09-18 14:56:47 +0000
commitabd5cc6b2b2aa48e304f4fff3c8259137ad187ca (patch)
tree1f5089f9bd1164923a06430a4e2b71805f9a67d0 /javascript
parentcf651a5e23ad11b961f5e72b4999cf8633bbdf68 (diff)
parenta96076f49ce7755ebdf3cad588b5c0d2f1f93035 (diff)
downloadstable-diffusion-webui-gfx803-abd5cc6b2b2aa48e304f4fff3c8259137ad187ca.tar.gz
stable-diffusion-webui-gfx803-abd5cc6b2b2aa48e304f4fff3c8259137ad187ca.tar.bz2
stable-diffusion-webui-gfx803-abd5cc6b2b2aa48e304f4fff3c8259137ad187ca.zip
Merge pull request #585 from JohanAR/ui_seed_changes
Polish seed UI options
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index c5b73da2..6d5ffc01 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -11,6 +11,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, 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",
"Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt",
"SD upscale": "Upscale image normally, split result into tiles, improve each tile using img2img, merge whole image back",