aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-12-24 12:18:16 +0300
committerGitHub <noreply@github.com>2022-12-24 12:18:16 +0300
commit67ff058b8d702569c8b096234b55f75e767ea93a (patch)
tree527ee53d1d2f4eb75d6942e64dfe987620ae64bf
parentebd36c62b35355dbf2c109cdd8498d3fc92383ca (diff)
parentd5a9de16620869e0e5521a0a07d58f226ed661af (diff)
Merge pull request #5622 from repligator/patch-1
Update hints.js - DPM adaptive
-rw-r--r--javascript/hints.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 28e1651b..a739a177 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",