diff options
author | pieresimakp <69743585+pieresimakp@users.noreply.github.com> | 2023-03-24 04:41:17 +0000 |
---|---|---|
committer | pieresimakp <69743585+pieresimakp@users.noreply.github.com> | 2023-03-24 04:41:17 +0000 |
commit | 771ea212de13711b494b082d8e94e79b17ac9d08 (patch) | |
tree | e2b68f8dc02c66d0936ef800d7142ec1e0f18f21 /javascript/hints.js | |
parent | a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 (diff) | |
download | stable-diffusion-webui-gfx803-771ea212de13711b494b082d8e94e79b17ac9d08.tar.gz stable-diffusion-webui-gfx803-771ea212de13711b494b082d8e94e79b17ac9d08.tar.bz2 stable-diffusion-webui-gfx803-771ea212de13711b494b082d8e94e79b17ac9d08.zip |
added button to grab the width and height from the loaded image in img2img
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 7f4101b2..5bbc27a5 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", |