From e53c309b209fb5dd53e1f138e5d078ce2d5df946 Mon Sep 17 00:00:00 2001 From: catboxanon <122327233+catboxanon@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:24:09 -0400 Subject: [PATCH] SD upscale note about ControlNet --- Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 692a89b..0fa14c2 100644 --- a/Features.md +++ b/Features.md @@ -259,7 +259,7 @@ You can find the feature at the bottom, under Script -> Prompt matrix. # Stable Diffusion upscale > ℹ️ **Note:** -> This is not the preferred method of upscaling, as this causes SD to lose attention to the rest of the image due to tiling. It should only be used if VRAM bound. For the preferred method, see [Hires. fix](#hires-fix). +> This is not the preferred method of upscaling, as this causes SD to lose attention to the rest of the image due to tiling. It should only be used if VRAM bound, or in tandem with something like [ControlNet](https://github.com/Mikubill/sd-webui-controlnet) + the tile model. For the preferred method, see [Hires. fix](#hires-fix). Upscale image using RealESRGAN/ESRGAN and then go through tiles of the result, improving them with img2img. It also has an option to let you do the upscaling part yourself in an external program, and just go through tiles with img2img.