by. Haoming
When you use Hires. fix
or img2img
to upscale an image, you may encounter CUDA Out of Memory Error if the resolution exceeds what your VRAM can handle. This can be solved via this Extension by only processing a small tile of the image at a time then merging them at the end.
Tip
This Extension works well with the Tile Resample module from ControlNet
Note
For Forge Webui, the Extension is already built-in
- For Automatic1111 Webui, install the following Extension:
Tip
Learn how to install Extensions