You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@515753541 i have the exact same issue on windows. (on maocs the node worked out of the box).
initially, the node wouldn't load because it couldn't find refiners.fluxion.utils. could be that it cannot find the proper python module, then you have to hardcode the location in the python script.
when i tried fixing this by:
hardcoding the imports to use local files instead to both box_segmenter.py and grounding_dino.py.
creating my own utils.py with the required functions
implementing all the utility functions locally
the nodes would finally load after 1* being done, but then i hit another wall - the segmentation wasn't working correctly. then i tried fixing it with 2* and the masks were either completely empty or not properly segmenting the objects.
i tried several more fixes around the masking and coordinate scaling but nothing seemed to work quite right. might be worth looking at comfyui's native groundingdino implementation as a reference instead.
when reverting the imports to the original ones for grounding_dino.py the node again wouldn't load:
if you're still having issues or fixed it, i'd be curious to know if you've tried any different approaches that worked
I installed this node on comfy ui, but comfui didn't read the node
The text was updated successfully, but these errors were encountered: