kijai / ComfyUI-segment-anything-2

ComfyUI nodes to use segment-anything-2
Apache License 2.0
538 stars 33 forks source link

Segmentation Issue with Multiple Selected Segments #13

Open FrnklyN opened 1 month ago

FrnklyN commented 1 month ago

I am encountering an issue where, when multiple segments are selected, only the first segment is processed and outputted. How can I ensure that all selected segments are segmented and processed at once?

kijai commented 1 month ago

Yeah every point so far has been added to same object, I didn't work on the multi object yet.

I added very simple way to to use that now, a switch that makes it treat every point as separate object:

https://github.com/user-attachments/assets/b5647167-34d6-497d-b703-516f35f1265c

Erwin11 commented 1 month ago

What is the name of the canvas node in your video?

kijai commented 1 month ago

What is the name of the canvas node in your video?

It's not really ready for proper use yet, just something I've been working on. It's in KJNodes for testing already though, called PointsEditor.