diff options
author | Austere Grim <flibbertigibbet007@gmail.com> | 2022-09-13 23:46:51 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-14 05:35:27 +0000 |
commit | 66b09bbfecddb01573d7f3e8fcd92d38a7221cf0 (patch) | |
tree | 5b3647ee79f92903d48ee7f6551fbcbea0b85cb9 /script.js | |
parent | 85b97cc49c4766cb47306e71e552871a0791ea29 (diff) | |
download | stable-diffusion-webui-gfx803-66b09bbfecddb01573d7f3e8fcd92d38a7221cf0.tar.gz stable-diffusion-webui-gfx803-66b09bbfecddb01573d7f3e8fcd92d38a7221cf0.tar.bz2 stable-diffusion-webui-gfx803-66b09bbfecddb01573d7f3e8fcd92d38a7221cf0.zip |
Typo of prompt
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ titles = { "Resize seed from height": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", "Resize seed from width": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", - "Interrogate": "Reconstruct frompt from existing image and put it into the prompt field.", + "Interrogate": "Reconstruct prompt from existing image and put it into the prompt field.", "Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date]; leave empty for default.", "Directory name pattern": "Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date]; leave empty for default.", |