aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-17 10:49:36 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-17 10:49:36 +0000
commit304222ef94d1c3c60fab466a96c448868f391bce (patch)
tree7b5aa24ac29865f3c4c14eb755ef3f5d6d7421c3 /script.js
parent99585b3514e2d7e987651d5c6a0806f933af012b (diff)
downloadstable-diffusion-webui-gfx803-304222ef94d1c3c60fab466a96c448868f391bce.tar.gz
stable-diffusion-webui-gfx803-304222ef94d1c3c60fab466a96c448868f391bce.tar.bz2
stable-diffusion-webui-gfx803-304222ef94d1c3c60fab466a96c448868f391bce.zip
X/Y plot support for switching checkpoints.
Diffstat (limited to 'script.js')
-rw-r--r--script.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/script.js b/script.js
index 4a70e51d..e63e0695 100644
--- a/script.js
+++ b/script.js
@@ -66,6 +66,8 @@ titles = {
"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.",
+
+ "Checkpoint name": "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.",
}
function gradioApp(){