Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 851 Bytes

File metadata and controls

19 lines (13 loc) · 851 Bytes

MultiDiffusion & TiledVAE

by. Haoming

Introduction

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

Requirements

Note

For Forge Webui, the Extension is already built-in

Tip

Learn how to install Extensions