pkuliyi2015 / sd-webui-stablesr

StableSR for Stable Diffusion WebUI - Ultra High-quality Image Upscaler
https://iceclear.github.io/projects/stablesr/
Other
1.05k stars 54 forks source link

What's the relationship between this project and Tiled Diffusion & VAE? #35

Closed songtianhui closed 1 year ago

songtianhui commented 1 year ago

I notice the readme has mentioned another project https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111 and I got confused. What is their relationship? Which contains which? Should I install both or just one of them is enough?

pkuliyi2015 commented 1 year ago

Normally you need to install both if you want to upscale to > 2k images. The stablesr paper relies on Mixture of diffusers to do tiled upscale. And luckily I have implemented that before they released their paper. So this is just a coincidence.

songtianhui commented 1 year ago

I got it. Awesome! Thanks!