aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-14 14:56:21 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-14 14:56:21 +0000
commit9f267af3f7404d8d8a9123e8e1c07a6557eba54d (patch)
tree2e4a0c310f8f78377f295edf7867f2a70b39fa96 /script.js
parent6153d9d9e9d51708e8f96eb8aaecf168adfcf4b7 (diff)
downloadstable-diffusion-webui-gfx803-9f267af3f7404d8d8a9123e8e1c07a6557eba54d.tar.gz
stable-diffusion-webui-gfx803-9f267af3f7404d8d8a9123e8e1c07a6557eba54d.tar.bz2
stable-diffusion-webui-gfx803-9f267af3f7404d8d8a9123e8e1c07a6557eba54d.zip
added a second style field
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
Diffstat (limited to 'script.js')
-rw-r--r--script.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/script.js b/script.js
index d08a4562..0852e421 100644
--- a/script.js
+++ b/script.js
@@ -60,6 +60,12 @@ titles = {
"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(){