Views
No views yet
facebook/sam3.1
hosted by Æmotion Studio so that
ComfyUI-FFMPEGA and other downstream tools can auto-download the SAM 3.1
multiplex tracker without users having to accept the gated terms one-by-one.⚠️ License: Use of these weights is governed by the upstream SAM License (Meta). SeeLICENSE— you accept those terms by downloading or using the model. This mirror exists solely to make installation ergonomic; it is not a relicensing of the model.
| File | Size | Notes |
|---|---|---|
sam3.1_multiplex.safetensors | ~3.5 GB | Preferred. Safer, mmap-friendly format. |
sam3.1_multiplex.pt | ~3.5 GB | Upstream .pt format — kept for byte-for-byte parity with facebook/sam3.1. |
tokenizer.json, vocab.json, merges.txt, *config*.json | small | BPE / processor files SAM 3.1 needs at load time. |
1from sam3.model_builder import build_sam3_multiplex_video_model
2
3model = build_sam3_multiplex_video_model(
4 checkpoint_path="/path/to/sam3.1_multiplex.pt",
5 load_from_HF=False,
6 device="cuda",
7)sam3 from git+https://github.com/facebookresearch/sam3.git (a
revision new enough to include build_sam3_multiplex_video_model).ComfyUI-FFMPEGA auto-downloads from this mirror first and falls back to
facebook/sam3.1 if the mirror is unreachable. Pick sam_version="sam3.1"
on the Effects Builder or Load Video Path node to use it.