aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'script.js')
-rw-r--r--script.js12
1 files changed, 10 insertions, 2 deletions
diff --git a/script.js b/script.js
index 5c423908..0852e421 100644
--- a/script.js
+++ b/script.js
@@ -13,7 +13,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",
"Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt",
- "Loopback": "Process an image, use it as an input, repeat. Batch count determins number of iterations.",
"SD upscale": "Upscale image normally, split result into tiles, improve each tile using img2img, merge whole image back",
"Just resize": "Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.",
@@ -54,10 +53,19 @@ 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.",
+
+ "Loopback": "Process an image, use it as an input, repeat.",
+ "Loops": "How many times to repeat processing an image and using it as input for the next iteration",
+
+
+ "Style 1": "Style to apply; styles have components for both positive and negative prompts and apply to both",
+ "Style 2": "Style to apply; styles have components for both positive and negative prompts and apply to both",
+ "Apply style": "Insert selected styles into prompt fields",
+ "Create style": "Save current prompts as a style. If you add the token {prompt} to the text, the style use that as placeholder for your prompt when you use the style in the future.",
}
function gradioApp(){