diff options
author | repligator <114337591+repligator@users.noreply.github.com> | 2022-12-11 14:39:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 14:39:56 +0000 |
commit | d5a9de16620869e0e5521a0a07d58f226ed661af (patch) | |
tree | 8224d4edf3b227afb2b2585e20140f09647792da /javascript/hints.js | |
parent | 685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 (diff) | |
download | stable-diffusion-webui-gfx803-d5a9de16620869e0e5521a0a07d58f226ed661af.tar.gz stable-diffusion-webui-gfx803-d5a9de16620869e0e5521a0a07d58f226ed661af.tar.bz2 stable-diffusion-webui-gfx803-d5a9de16620869e0e5521a0a07d58f226ed661af.zip |
Update hints.js - DPM adaptive
Added mouse-over for DPM adaptive
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 47e24616..ab087530 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 to higher than 30-40 does not help", "DDIM": "Denoising Diffusion Implicit Models - best at inpainting", + "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", |