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

Inpaint Crop node bypass missing mask #47

Closed btaens closed 5 days ago

btaens commented 6 days ago

If I bypass the "Inpaint Crop" node, the "image" input successfully gets bypassed to the "cropped_image" output. However, "mask" seems to not be bypassed to "cropped_mask", as the node after it complains: Required input is missing: mask It seems to bypass it to the "optional_context_mask", as when I connect to that input and bypass it, it works as I would expect when connecting to "mask":

Intuitively it seems though it really should connect to the "mask" input.

lquesada commented 5 days ago

You are right, but unfortunately ComfyUI doesn't let me define how the node bypasses :(