pkuliyi2015/multidiffusion-upscaler-for-automatic1111

Tiled Diffusion 和 Tiled VAE 的用法区别? How to understand the difference between Tiled Diffusion and Tiled VAE?

Open

#367 opened on Mar 21, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (292 forks)batch import
good first issue

Repository metrics

Stars
 (4,049 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Apart from noise reversion and regional control, Tiled Diffusion and Tiled VAE seem to have the same effect - reducing the VRAM usage. When using text2img or img2img, I tried only using Tiled VAE and it works, whereas adding in Tiled Diffusion would create duplicate characters or other weird results. How should Tiled Diffusion be understood and used correctly? Thanks.

Contributor guide