Skip to content

[Feature] Better Inpainting & Outpainting #32

Open
@iwr-redmond

Description

@iwr-redmond

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.

Metadata

Metadata

Assignees

Labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions