Model Details
Full Model IDfacebook/sam3.1
Pipeline / Taskmask-generation
Librarycheckpoint
Downloads (all-time)43.6K
Likes198
Last Modified3/27/2026
Author / Orgfacebook
PrivateNo — public
⚡ Quick Usage (Python)
Using the 🤗 Transformers library. Install with pip install transformers
from transformers import pipeline
# Load the model
pipe = pipeline("mask-generation", model="facebook/sam3.1")
# Run inference
result = pipe("Your input here")
print(result)🏷️ Tags
checkpointsam3_videosam3.1mask-generationenlicense:otherregion:us
More mask-generation Models
See all →🚀 Use This Model
Access model files, inference API, and full documentation on Hugging Face.
Open on Hugging Face →Browse Model Files ↗← Browse All Models🤖 Task: mask-generation
This model is designed for the mask-generation task. Explore more models for this use case.
All mask-generation Models →📊 Popularity
⬇ Downloads43.6K
❤️ Community Likes198
🛠️ Requirements
- →Install: pip install checkpoint
- →Python 3.8+ recommended for Transformers.
- →GPU (CUDA) speeds up inference significantly.
- →Use model.half() for fp16 on limited VRAM.