diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-17 20:49:39 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-17 20:49:39 +0000 |
commit | 973ae87309e5787bc874e6dad1ec81398b57a77d (patch) | |
tree | 950f28c6a0e59ae3639f86feffa963de7bdc8bae /javascript/hints.js | |
parent | 61ee563df9112ae04e547622b4c5e9fd4bc9d978 (diff) | |
parent | fb72066ef6a2fed799468517932a76a39789cca6 (diff) | |
download | stable-diffusion-webui-gfx803-973ae87309e5787bc874e6dad1ec81398b57a77d.tar.gz stable-diffusion-webui-gfx803-973ae87309e5787bc874e6dad1ec81398b57a77d.tar.bz2 stable-diffusion-webui-gfx803-973ae87309e5787bc874e6dad1ec81398b57a77d.zip |
Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev
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 7b6f37ad..d2efd35e 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -9,6 +9,7 @@ titles = { "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", + "\u{1F4D0}": "Auto detect size from img2img", "Batch count": "How many batches of images to create (has no impact on generation performance or VRAM usage)", "Batch size": "How many image to create in a single batch (increases generation performance at cost of higher VRAM usage)", "CFG Scale": "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results", |