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

How does "Fast Encoder" and "Fast Decoder" work on Tile VAE settings #61

Open mashoutsider opened 8 months ago

mashoutsider commented 8 months ago

I've noticed this extension seems to apply tiled VAE relatively quickly when "Fast Encoder" and "Fast Decoder" are enabled.

Does anyone know how this is achieved? E.g. is it using something like Tiny Autoencoder?

https://huggingface.co/docs/diffusers/en/api/models/autoencoder_tiny

Any insights appreciated!