From 66b09bbfecddb01573d7f3e8fcd92d38a7221cf0 Mon Sep 17 00:00:00 2001 From: Austere Grim Date: Tue, 13 Sep 2022 16:46:51 -0700 Subject: [PATCH] Typo of prompt --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 5c423908..03973b2f 100644 --- a/script.js +++ b/script.js @@ -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.",