-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other sam support #541
Comments
Support for EfficientSAM was added, based on this PR. To utilize EfficientSAM, you must first install the YoloWorld extension. |
Excuse me I'm not sure I correctly understand. It is now possible to use YOLO-World with Impact Pack? |
Yes, to use this, you'll need to install ComfyUI-YoloWorld-EfficientSAM. Currently, since it's not merged, you can use this instead for immediate use: (my forked version) Test results show that the current dependencies are optimal. If upgraded to even slightly higher versions, it won't be compatible with Python 3.12. |
Original sam is too slow, now there are some replacement, eg.
fastsam
mobilesam
EfficientSAM
The text was updated successfully, but these errors were encountered: