invoke-ai / InvokeAI

Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
23.24k stars 2.4k forks source link

Tiled Upscale #4549

Open Millu opened 1 year ago

Millu commented 1 year ago

Summary

Tiled upscaling is method of upscaling where an image is subdivided into multiple images, with an upscaling pass ran on each image and then masked back together to achieve an upscaled image with lower memory usage than upscaling the entire image in a single pass.

Similar to Ultimate SD Upscaler with Comfy/A111

Intended Outcome

vrubzov1957 commented 1 year ago

It is also would be great if they also added StableSR support for Tiled Upscale. StableSR requires connect an addition model for it (such as webui_768v_139.ckpt), and provides excellent detail with SD 2.1 models

skunkworxdark commented 11 months ago

There is a version of this now as part of my xygrid nodes. https://discord.com/channels/1020123559063990373/1133465385182699582

And has been discussed a fair bit in a embiggen thread in the nodes-chat forum on discord. Along with discussion of future updates of seam blending.

It would probably need a bit of work for it to be part of core but it might be as a starting point or at least provide some ideas for discussion.