Instructions to use facebook/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam3")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
You don't need approval to use this, just follow my steps.
#123
by 21sam - opened
For anyone needing help with this, simply create a SAM3 folder in comfyui C:\Users\YOUUSER\Documents\ComfyUI\models and download the mirror files from https://huggingface.co/1038lab/sam3 OR https://huggingface.co/jetjodh/sam3
, then just drop the files into the folder.
didn't work bro