Skip to content

EfficientSAM3 v0.3.0 — EfficientSAM3.1 & SAM3.1-LiteText Image Model Release

Choose a tag to compare

EfficientSAM3 — v3.0 Models & Hugging Face Integration (2026-04-13)

We’re excited to announce the release of the EfficientSAM3.1 and SAM3.1-LiteText models, alongside official Hugging Face integration and advanced data engine support!

What’s new

  • New Models Released: EfficientSAM3.1 and SAM3.1-LiteText image models are now available on the stage1_sam3.1 branch.
  • Hugging Face Integration: SAM3-LiteText has been officially merged into HuggingFace Transformers.
  • Data Engine Support: Stage 3 data engine support is now live on the data_engine branch.
    sa_224000_824272423

🏆 Community Heroes

A massive thank you to the community members who helped make this release possible:

  • @NielsRogge, @yonigozlan, and the Hugging Face team: For integrating SAM3-LiteText into the Hugging Face API.
  • @colinlin1982: For finding redundant original SAM3 weights in the efficient models and adding a trim script to reduce the model size. (Note: The new EfficientSAM3.1 models do not need to be trimmed).
  • @clcl777: For adding multi-device support.