diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-27 13:13:33 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-27 13:13:33 +0000 |
commit | 4e0fdca2f4bd333d8eae5b8cf4a36caba61efc86 (patch) | |
tree | a584c2d1025766cb87f51d6b7941b41b9a0edb8d /README.md | |
parent | 9597b265ec07e8ec6dab7487152459046585c1f9 (diff) | |
download | stable-diffusion-webui-gfx803-4e0fdca2f4bd333d8eae5b8cf4a36caba61efc86.tar.gz stable-diffusion-webui-gfx803-4e0fdca2f4bd333d8eae5b8cf4a36caba61efc86.tar.bz2 stable-diffusion-webui-gfx803-4e0fdca2f4bd333d8eae5b8cf4a36caba61efc86.zip |
Implementation for SD upscale.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -194,3 +194,14 @@ Using `()` in prompt decreases model's attention to enclosed words, and `[]` inc multiple modifiers:

+
+### SD upscale
+Upscale image using RealESRGAN and then go through tiles of the result, improving them with img2img.
+
+Original idea by: https://github.com/jquesnelle/txt2imghd. This is an independent implementation.
+
+To use this feature, tick a checkbox in the img2img interface. Original
+image will be upscaled to twice the original width and height, while width and height sliders
+will specify the size of individual tiles. At the moment this method does not support batch size.
+
+
|