aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-11 11:45:31 +0300
committerGitHub <noreply@github.com>2023-03-11 11:45:31 +0300
commita11ce2b96cc933ebb9e10d46603a89457ddcb9df (patch)
tree4c9efccb08f591e3a27b7dab6e39ce4adab17bab /javascript
parent0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff)
parent5fef67f6ee949a61826a3a043ea8610fd89fc371 (diff)
Merge pull request #7710 from space-nuko/unipc
Implement UniPC sampler
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index f1199009..7f4101b2 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -6,6 +6,7 @@ titles = {
"GFPGAN": "Restore low quality faces using GFPGAN neural network",
"Euler a": "Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps higher than 30-40 does not help",
"DDIM": "Denoising Diffusion Implicit Models - best at inpainting",
+ "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 (has no impact on generation performance or VRAM usage)",