Acly / comfyui-inpaint-nodes

Nodes for better inpainting with ComfyUI: Fooocus inpaint model for SDXL, LaMa, MAT, and various other tools for pre-filling inpaint & outpaint areas.
GNU General Public License v3.0
634 stars 42 forks source link

Whole image gets blurry #54

Closed jffaust closed 3 months ago

jffaust commented 4 months ago

I've had good results inpainting with this node pack but I noticed that the whole image gets gradually more blurry, even outside of the masked area. I'm using the simple workflow provided in the repo. Is this something that would be avoided but the more advanced workflows?

Acly commented 4 months ago

You can use ImageCompositeMasked node to avoid changes outside the masked area. It's part of the other example workflows.

jffaust commented 3 months ago

That was it! I wasn't familiar with this node yet, but I understand that it is a default one and could be used for things other than inpainting.