GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

Weidows/MedSAM-Agent-Qwen3-VL-8B-MedSAM2-GGUF overview

MedSAM Agent Qwen3 VL 8B MedSAM2 GGUF GGUF quantizations of Saint lsy/MedSAM Agent Qwen3 VL 8B MedSAM2 https://huggingface.co/Saint lsy/MedSAM Agent Qwen3 VL 8…

ggufmedicalimage-segmentationimage-text-to-textenarxiv:2602.03320base_model:Saint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2base_model:quantized:Saint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.08 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
image-text-to-text
Author

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3-VL-8B-MedSAM2.BF16-mmproj.ggufGGUFGGUF1.08 GBDownload
Qwen3-VL-8B-MedSAM2.Q4_K_M.ggufGGUFGGUF4.68 GBDownload

Model Details

Model IDWeidows/MedSAM-Agent-Qwen3-VL-8B-MedSAM2-GGUF
AuthorWeidows
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelSaint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2
Last modified2026-08-29T08:55:45.000Z

Model README

---

base_model: Saint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2

language:

  • en

license: apache-2.0

pipeline_tag: image-text-to-text

tags:

  • medical
  • image-segmentation
  • gguf

---

MedSAM-Agent-Qwen3-VL-8B-MedSAM2 (GGUF)

GGUF quantizations of Saint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2, produced with Unsloth + llama.cpp. These run with llama.cpp (multimodal / mtmd) and tools built on it (e.g. Ollama).

  • Base (source): Saint-lsy/MedSAM-Agent-Qwen3-VL-8B-MedSAM2 (~17 GB BF16)
  • Quantization: Q4_K_M (K-quant, ~4.85 bit/weight, good size/quality trade-off)
  • MMProj: the vision-projector weights are distributed separately as *_mmproj.gguf (BF16), as is standard for VLM GGUF.

What this model is

MedSAM-Agent reformulates interactive medical image segmentation into a multi-step, autonomous, decision-making process. It drives a segmentation tool (SAM-family) using MLLM-generated tool calls (add_bbox, add_point, stop_action). This repository is the GGUF-quantized Qwen3-VL-8B grounding model without the separate MedSAM2 segmentation checkpoint (that lives in the code repo).

See the source repo for the full description, running scripts, and citation.

Run with llama.cpp

./llama.cpp/build/bin/llama-mtmd-cli \
  -m MedSAM-Agent-Qwen3-VL-8B-MedSAM2.Q4_K_M.gguf \
  --mmproj MedSAM-Agent-Qwen3-VL-8B-MedSAM2.BF16-mmproj.gguf \
  --jinja --ctx-size 8192
# load an image inside the runner:
#   /image path/to/image.png

Model files

| File | Size | Purpose |

|---|---|---|

| MedSAM-Agent-Qwen3-VL-8B-MedSAM2.Q4_K_M.gguf | ~5.0 GB | 4-bit K-quantized language model |

| MedSAM-Agent-Qwen3-VL-8B-MedSAM2.BF16-mmproj.gguf | ~1.2 GB | vision projector (mmproj), required for image input |

Citation

Please cite the original work:

@misc{liu2026medsamagentempoweringinteractivemedical,
      title={MedSAM-Agent: Empowering Interactive Medical Image Segmentation with Multi-turn Agentic Reinforcement Learning},
      author={Shengyuan Liu and Liuxin Bao and Qi Yang and Wanting Geng and Boyun Zheng and Chenxin Li and Wenting Chen and Houwen Peng and Yixuan Yuan},
      year={2026},
      eprint={2602.03320},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2602.03320},
}

Run Weidows/MedSAM-Agent-Qwen3-VL-8B-MedSAM2-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models