This workflow uses the crop and stitch node, controlnet depth, and depthanythingV2 to produce what I think is some of the highest quality inpainting available right now. I pruned this down to make it as simple as possible. All nodes are available through the manager.
Description
FAQ
Comments (2)
thanks for sharing.
Is this able to set the resolution of the inpainting section part or is just a random square size pèart depending on the input size?
it's specific. it's currently set to 1024x1024 for ideal sdxl inpainting, but that can be adjusted in the crop and stitch node to whatever you find appropriate. for clarity, it takes the masked square and cropped image (which can be an arbitrary size, and upscales the mask and image to 1024 prior to inpainting at 1024. This doesn't use a segs bbox detailer or other bbox to identify an inpainting area, it's manually masked, but i actually modified it from a segs based inpaint workflow, and that can easily be put back in place, which I've done in other workflows. This is quick and easy. Just try it and see if it meets your expectations and needs. I like it because it's a flexible template. I've tried everything, and this gets as close to what I want, quality-wise, as anything else I've used.
