This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
InvokeAI
/
invokeai
/
backend
/
grounded_sam
History
Ryan Dick
2da9f913f3
Add detection_result.py - was forgotten in a prior commit
2024-07-30 16:04:29 -04: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
Move some logic from GroundedSAMInvocation to the backend classes.
2024-07-30 15:34:33 -04: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
Move some logic from GroundedSAMInvocation to the backend classes.
2024-07-30 15:34:33 -04:00