ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.44k stars 144 forks source link

Issue with SEGS to Mask List #637

Open Inner-Reflections opened 3 weeks ago

Inner-Reflections commented 3 weeks ago

Hi,

When converting SEGS to Mask List (to be used to mask controlnets in an animatediff workflow). The node seems to make the ksampler loop n times (where n is the number of masks - just like it were still a batch). If I first convert SEGS to mask batch then convert the batch to a list there is no problem.

Inner

ltdrdata commented 3 weeks ago

What is your workflow?

Inner-Reflections commented 3 weeks ago

workflow(1).json This one will reproduce the issue. I don't think it matters if its sdxl or not.

ltdrdata commented 1 week ago

image If what you are talking about refers to this part, the issue is not with converting SEGS to Mask but with converting Image Batch to Image List.

Setting it up that way will make it repeat for the number of frames.