You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
InvokeAI made two design choices that have improved inpainting on that platform, both of which could be considered for inclusion in this package:
Full size inpainting: calculate the size of a bounding box around the inpainting area, copy and upscale just this area to full model resolution, do the inpainting, and then downscale and paste the result to the original area size
PatchMatch algorithm for outpainting: use the PatchMatch C++ library to fill the blank area where outpainting is about to occur prior to starting the img2img process
Both of these features could be considered for inclusion in this project, and would make this GUI much more useful than many alternatives for refining generated images.
InvokeAI made two design choices that have improved inpainting on that platform, both of which could be considered for inclusion in this package:
Both of these features could be considered for inclusion in this project, and would make this GUI much more useful than many alternatives for refining generated images.