lquesada / ComfyUI-Inpaint-CropAndStitch

ComfyUI nodes to crop before sampling and stitch back after sampling that speed up inpainting
GNU General Public License v3.0
398 stars 23 forks source link

fiil mask holes option breaks feathered mask #13

Closed RoyDingZF closed 5 months ago

RoyDingZF commented 6 months ago

if this option is enabled, the feathered mask becomes hard edge mask.

lquesada commented 6 months ago

Hi! I'll check this soon, but there's a chance that it cannot be fixed properly within the node.

In the meanwhile, the obvious workarounds are 1) fill holes manually, haha 2) apply feather after the crop node

RoyDingZF commented 6 months ago

Haha, I would avoid using auto fill hole for now.

lquesada commented 5 months ago

hey :) there's no proper way to fix this, but... I have just integrated a "blur mask" and a "blend" option in the node, so you shouldn't need an external feather mask node anymore. Check the new workflow example in github.

(this was a breaking change because I added new parameters to the node, so you/everyone will have to recreate the node - sorry!)

I'll mark this as closed.