diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:14:27 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:14:27 +0000 |
commit | 6d805b669e86233432f56ee1892d062103abe501 (patch) | |
tree | e76ace1a20b959f3a647740bc08085d4c82898aa /javascript/hints.js | |
parent | 40ff6db5325fc34ad4fa35e80cb1e7768d9f7e75 (diff) | |
download | stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.tar.gz stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.tar.bz2 stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.zip |
make CLIP interrogator download original text files if the directory does not exist
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index f4079f96..ef410fba 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -14,7 +14,6 @@ titles = { "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", - "\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", "\u{1f4be}": "Save style", |