stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Inpaint color correct original image
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
When using the inpaint color correction setting, it matches the inpainted area to the source image. However, sometimes it's useful (especially when inpainting "Not maked area") to use the generated image as source, and color match the part kept from the original image.
Proposed workflow
- Use img2img
- Use inpaint
- Have toggle "Match colors of the source image to those of the generated image.
- Generated image
Additional information
No response
seems like something that can be easily implemented as an extension if
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14657
is merged
added to my ever growing to do list (no promises)