InvokeAI/invokeai/backend/grounded_sam
2024-07-30 23:04:15 +02:00
..
__init__.py Add a GroundedSamInvocation for image segmentation from a text prompt (Grounding DINO + Segment Anything Model). 2024-07-30 11:12:26 -04:00
detection_result.py Add detection_result.py - was forgotten in a prior commit 2024-07-30 16:04:29 -04:00
grounding_dino_pipeline.py Prevent Grounding DINO and Segment Anything from being moved to MPS - they don't work on MPS devices. 2024-07-30 23:04:15 +02:00
mask_refinement.py Add a GroundedSamInvocation for image segmentation from a text prompt (Grounding DINO + Segment Anything Model). 2024-07-30 11:12:26 -04:00
segment_anything_model.py Prevent Grounding DINO and Segment Anything from being moved to MPS - they don't work on MPS devices. 2024-07-30 23:04:15 +02:00