SD upscale note about ControlNet

catboxanon 2023-07-28 18:24:09 -04:00
parent 24b6c4bbaf
commit e53c309b20

@ -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.