diff options
author | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-02-10 11:30:20 +0000 |
---|---|---|
committer | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-02-10 11:30:20 +0000 |
commit | 125319988984987801dc4b4ab1e5ed36e9b211c5 (patch) | |
tree | 075923068ff40724e27b4cfd4ebd13b22f0bae84 /javascript/hints.js | |
parent | ea9bd9fc7409109adcd61b897abc2c8881161256 (diff) | |
download | stable-diffusion-webui-gfx803-125319988984987801dc4b4ab1e5ed36e9b211c5.tar.gz stable-diffusion-webui-gfx803-125319988984987801dc4b4ab1e5ed36e9b211c5.tar.bz2 stable-diffusion-webui-gfx803-125319988984987801dc4b4ab1e5ed36e9b211c5.zip |
Working UniPC (for batch size 1)
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
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", |