Acly/MobileSAM-GGUF

Model

0

stars

7

commits

3

linked in READMEs

Aug 12, 2025

updated

gguf
image-segmentation
mask-generation
vision.cpp

README

GGUF models for MobileSAM

MobileSAM is a model for image segmentation. It generates object masks from point or box prompts. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.

Run

Example inference with vision.cpp:

vision-cli sam -m MobileSAM-F16.gguf -i input.png -p 256 480 -o mask.png --composite output.png

Models

ModelDescription
MobileSAM-F16.ggufEncoder + decoder, fused batch norm, NHWC memory layout, float16

Contributors

Acly

7 commits

Acly/MobileSAM-GGUF

Model

0

stars

7

commits

3

linked in READMEs

Aug 12, 2025

updated

gguf
image-segmentation
mask-generation
vision.cpp

README

GGUF models for MobileSAM

MobileSAM is a model for image segmentation. It generates object masks from point or box prompts. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.

Run

Example inference with vision.cpp:

vision-cli sam -m MobileSAM-F16.gguf -i input.png -p 256 480 -o mask.png --composite output.png

Models

ModelDescription
MobileSAM-F16.ggufEncoder + decoder, fused batch norm, NHWC memory layout, float16

Contributors

Acly

7 commits