GenerativeModels
GenerativeModels copied to clipboard
Add latent upscale
A possible new feature to support described in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5521 and https://github.com/huggingface/diffusers/pull/2059 . Instead upscaling atthe image level, we can perform upscaling at the latent space level. This might help to save memory when working with even higher image resolutions
https://github.com/Hosiokaa/Latent-Space-Upscaling-Guide-