ManglerFTW / ComfyI2I

ComfyI2I is a set of custom nodes for ComfyUI that help with image 2 image functions.
Other
158 stars 16 forks source link

How to convert cut mask to mask fo inpainting? #13

Open addddd2 opened 1 year ago

addddd2 commented 1 year ago

"Inpaint segments" node generate "cut image" and "cut mask". Then "cut image" go to "vae encode" it work well. If I try change "vae encode for inpaiting" it require "mask", but I cant convert "cut mask" to "mask"

nistvan86 commented 1 year ago

I'm having the same issue. I think the problem is that "cut mask" output is not necessarily a single image because "Inpaint segments" can output multiple, and existing image to mask converters cannot deal with it.