aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-10 19:42:46 -0500
committerspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-10 19:42:46 -0500
commitac38ad7e60bb0ff3194536a72dd1259edad0b30a (patch)
tree7bd8f6611874a833298c77dc8528f569338f373e /javascript
parent716a69237cefb385f71105dbbf50e92d664e0f42 (diff)
parent0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff)
Merge remote-tracking branch 'origin/master' into unipc
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 0a0620e3..7f4101b2 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -9,8 +9,8 @@ titles = {
"UniPC": "Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models",
"DPM adaptive": "Ignores step count - uses a number of steps determined by the CFG and resolution",
- "Batch count": "How many batches of images to create",
- "Batch size": "How many image to create in a single batch",
+ "Batch count": "How many batches of images to create (has no impact on generation performance or VRAM usage)",
+ "Batch size": "How many image to create in a single batch (increases generation performance at cost of higher VRAM usage)",
"CFG Scale": "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results",
"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",
"\u{1f3b2}\ufe0f": "Set seed to -1, which will cause a new random number to be used every time",