aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-19 13:42:56 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-19 13:42:56 +0000
commit6d7ca54a1a9f448419acb31a54c5e28f3e4bcc4c (patch)
tree191fdac3aaa1502c161b1757e44886157809e4c3 /javascript/hints.js
parent8a32a71ca3223cf7b0911fe55db2c6dece2bacca (diff)
downloadstable-diffusion-webui-gfx803-6d7ca54a1a9f448419acb31a54c5e28f3e4bcc4c.tar.gz
stable-diffusion-webui-gfx803-6d7ca54a1a9f448419acb31a54c5e28f3e4bcc4c.tar.bz2
stable-diffusion-webui-gfx803-6d7ca54a1a9f448419acb31a54c5e28f3e4bcc4c.zip
added highres fix feature
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 20a71dbd..65a67d50 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -72,6 +72,10 @@ titles = {
"Checkpoint name": "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.",
"vram": "Torch active: Peak amount of VRAM used by Torch during generation, excluding cached data.\nTorch reserved: Peak amount of VRAM allocated by Torch, including all active and cached data.\nSys VRAM: Peak amount of VRAM allocation across all applications / total GPU VRAM (peak utilization%).",
+
+ "Highres. fix": "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition",
+ "Scale latent": "Uscale the image in latent space. Alternative is to produce the full image from latent representation, upscale that, and then move it back to latent space.",
+
}