aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-02-10 03:30:20 -0800
committerspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-02-10 03:30:20 -0800
commit125319988984987801dc4b4ab1e5ed36e9b211c5 (patch)
tree075923068ff40724e27b4cfd4ebd13b22f0bae84 /javascript
parentea9bd9fc7409109adcd61b897abc2c8881161256 (diff)
Working UniPC (for batch size 1)
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 9aa82f24..0a0620e3 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",