CoolFace
Modelpublic

qvac/VisionPsy-Nano-460M-Flash-GGUFs

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
10likes6.2kdownloads
Model Card

VisionPsy-Nano-460M-Flash-GGUFs

VisionPsy-Nano-460M-Flash-GGUFs provides GGUF weights of VisionPsy-Nano-460M-Flash for fast, fully on-device multimodal inference with our patched llama.cpp fork (not stock upstream). Flash is the efficiency-optimized sibling of VisionPsy-Nano-460M: same ~460M nanoVLM architecture, but it processes each image with far fewer visual tokens (as few as 64 at 512x512), so it responds an order of magnitude faster on real phones while giving up only a small amount of accuracy.

Unquantized FP32 and BF16 GGUFs are included alongside a family of quantization formats, from near-lossless 8-bit through a high-quality 5-bit option down to ultra-compact 3-bit. All sub-8-bit variants (except the legacy Q4_0) use importance-matrix (imatrix) calibration. If VisionPsy-Nano-460M-GGUF is our best-quality ~0.5B GGUF, Flash-GGUF is the one you ship when time-to-first-token, battery, and RAM are the binding constraints.

Each GGUF is a vision-language model: alongside the text weights (*.gguf) you also need the multimodal projector (mmproj-*.gguf, the SigLIP2 vision encoder) to run image inputs. See Usage.
Developed byTether AI Research<sup>*</sup>
Model typeVision-language model (image-text-to-text), GGUF quantized
Base modelVisionPsy-Nano-460M-Flash
ArchitecturenanoVLM — SigLIP2 vision encoder + SmolLM2-360M backbone, aggressive visual-token compression (64 tokens @ 512x512)
LanguageEnglish
LicenseApache 2.0
Quantization toolllama.cpp
Calibrationimportance-matrix (imatrix) for all -imat variants
All variantsVisionPsy-Nano-460M · VisionPsy-Nano-460M-Flash · VisionPsy-Nano-460M-GGUFs · VisionPsy-Nano-460M-Flash-GGUFs

<sup>*</sup> References to Tether AI Research are references to Tether Data, S.A. de C.V.


The headline: finishes faster on real phones

Flash is an order of magnitude faster on real phones. By leveraging less visual tokens, Flash reaches the first token 10-25x faster than nanoVLM-460M and SmolVLM2-500M and consistently faster than LFM2.5-VL-450M and Qwen3.5-0.8B on Pixel 9, Galaxy S23, Galaxy S25, and iPhone 15, while keeping ~98% of the full model's quality (61.1 vs 62.3 normalized).


Available Files

All published files are produced with llama.cpp. The FP32 and BF16 GGUF files are unquantized (no quantization applied) and serve as the in-harness reference. Q8_0 does not use imatrix calibration (imatrix provides no measurable benefit at 8-bit), and `Q4_0` is the legacy 4-bit format without imatrix, kept mainly for cross-model on-device latency benchmarking. All other sub-8-bit variants use imatrix calibration.

Δ AVG below is measured against the FP32 GGUF baseline using our Normalized (0-100) score — the mean of 17 public VLM benchmarks (see Quality). Δ AVG (pts) is the absolute change; Δ AVG (rel %) normalizes by the baseline.

FileFormatImatrixSize (MB)Δ AVG (pts)Δ AVG (rel %)Recommended For
visionpsy-nano-460m-flash-fp32.ggufFP32n/a1562≈0.00≈0.00%Unquantized GGUF reference
visionpsy-nano-460m-flash-bf16.ggufBF16n/a782-0.02-0.03%Unquantized GGUF
visionpsy-nano-460m-flash-q8_0.ggufQ8_0no (not needed)416−0.06−0.10%Best quality, near-lossless
visionpsy-nano-460m-flash-q5_k_m-imat.ggufQ5KMyes310−0.07−0.12%Recommended high-quality 5-bit
visionpsy-nano-460m-flash-q5_k_m.ggufQ5KMno310−0.52−0.90%5-bit without imatrix (prefer the -imat build)
visionpsy-nano-460m-flash-q4_k_m-imat.ggufQ4KMyes289−0.53−0.92%Recommended for mobile/laptop (best size/quality)
visionpsy-nano-460m-flash-iq4_xs-imat.ggufIQ4_XSyes242−0.91−1.58%Smaller 4-bit alternative
visionpsy-nano-460m-flash-iq4_nl-imat.ggufIQ4_NLyes244−0.97−1.68%Alternative 4-bit
visionpsy-nano-460m-flash-q4_0.ggufQ4_0no244−2.52−4.38%⚠ Legacy 4-bit (no imatrix) — used for latency benchmarks; prefer Q4_K_M
visionpsy-nano-460m-flash-iq3_m-imat.ggufIQ3_Myes240−1.57−2.73%Strong compact 3-bit for tight memory
visionpsy-nano-460m-flash-iq3_xxs-imat.ggufIQ3_XXSyes230−1.71−2.97%Ultra-compact 3-bit (accept some quality loss)
mmproj-visionpsy-nano-460m-flash-q8.ggufQ8_0 (vision)n/a104n/an/aRequired multimodal projector for all files above

Quick Recommendation

Your constraintChoose
You want a llama.cpp-native unquantized FP32 fileFP32 — no quantization applied on LLM
You want a llama.cpp-native unquantized BF16 fileBF16 — no quantization applied on LLM
You want the best quality at half the sizeQ8_0 — near-lossless (−0.06 pts / −0.10%)
You want the best size/quality trade-off (most users)Q5_K_M (imatrix) — only −0.07 pts (−0.12%), essentially lossless at 5-bit
You need the smallest recommended fileIQ3_M (imatrix) — −1.57 pts (−2.73%)
You are cross-benchmarking on-device latencyQ4_0 — the legacy format used in our device tests (lower quality; prefer Q4KM for deployment)

Benchmarks

Flash keeps most of the full model's quality. All scores are computed in-house with a single [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) harness so every configuration is scored identically, using each benchmark's official metric (POPE = F1, MMVet = partial credit, MM-IFEval = instruction-following accuracy, MME = Perception + Reasoning points, OCRBench = /1000; accuracy otherwise). LLM-as-judge scoring uses Qwen3-27B-FP8. Each column is a different GGUF quantization / calibration configuration.

Legend: -i = importance-matrix (imatrix) calibration. MME = P+R points, OCRBench = /1000, all others accuracy/F1. Normalized = mean across the 17 benchmarks scaled to 0-100 (MME /28, OCRBench /1000). Weights = on-disk LM GGUF only (excludes shared mmproj Q8_0, ~104 MB).

BenchmarkFP32BF16Q8_0Q5_K_MQ5_K_M-iQ4_0IQ4_XS-iIQ4_NL-iQ4_K_M-iIQ3_XXS-iIQ3_M-i
MMStar43.743.543.144.142.840.743.743.943.141.741.9
MMBench57.357.257.056.455.554.257.256.856.957.457.0
RealWorldQA56.756.956.756.556.555.355.455.854.955.856.3
MME1610.31611.51595.11590.41549.71561.91582.91602.11583.81574.91560.0
SEEDBench65.665.565.465.165.663.565.965.965.465.265.1
POPE85.985.885.885.286.284.785.885.885.784.985.1
MMMU30.730.730.430.732.231.230.229.429.829.330.4
MathVista \*43.142.443.141.645.240.741.941.741.841.040.9
AI2D66.166.166.066.065.363.464.864.966.163.564.0
ScienceQA79.779.879.879.079.777.077.277.279.476.377.9
OCRBench \*541539549538547508530529537518521
ChartQA \*68.668.868.768.067.665.666.366.567.666.866.6
TextVQA \*71.271.070.970.470.968.269.569.469.768.468.3
DocVQA \*83.183.082.982.982.680.282.382.482.380.781.5
InfoVQA \*43.844.143.343.644.041.143.142.843.641.842.5
MM-IFEval43.443.342.842.242.934.441.441.742.237.440.1
MMVet \*28.529.030.128.030.729.229.027.831.031.526.7
Normalized (0-100)57.5857.5657.5257.0657.5155.0656.6756.6157.0555.8756.01

\ ChartQA, TextVQA, DocVQA, InfoVQA, OCRBench, MathVista and MMVet use an LLM-as-judge* Qwen3-27B-FP8, which evaluates free-form answers more reliably than strict string matching (e.g. "12%" vs "12 percent", paraphrases, units, formatting).

The trade-off vs the full VisionPsy-Nano-460M is concentrated in OCR/document-heavy and fine-grained perception tasks (OCRBench, ChartQA), where fewer visual tokens cost the most detail. For the full-quality model see the VisionPsy-Nano-460M-GGUF card.


Key Findings

  • —Q8_0 is effectively lossless: −0.06 pts (−0.10% relative) on Normalized score, at roughly half the size of BF16, no imatrix needed.
  • —Q4_K_M with imatrix is exceptional at 4-bit: only −0.53 pts (−0.92%), actually matching the 5-bit builds on Normalized score, making it the clear best size–quality trade-off for mobile and laptop deployment.
  • —imatrix beats legacy Q4_0 decisively: the imatrix 3-bit IQ3_M (−1.57 pts) and IQ3_XXS (−1.71 pts) both outperform the legacy 4-bit Q4_0 (−2.52 pts). Prefer an imatrix build unless you are specifically latency-benchmarking Q4_0.
  • —Compact quantization stays usable: even IQ3_M holds a Normalized score of 56.01, close to the FP32 Flash baseline (57.58), keeping Flash's speed advantage intact at a fraction of the footprint.

Usage

These are multimodal GGUF files: you need both the text model (*.gguf) and the vision projector (mmproj-*.gguf).

llama.cpp

bash
# Download the recommended text weights (Q4_K_M with imatrix) + the vision projector
huggingface-cli download qvac/VisionPsy-Nano-460M-Flash-GGUFs \
    visionpsy-nano-460m-flash-q4_k_m-imat.gguf \
    mmproj-visionpsy-nano-460m-flash-q8.gguf \
    --local-dir .

First build the patched llama.cpp — see the build instructions in `llama-cpp-inference`, then run multimodal inference:

bash
./llama-mtmd-cli \
    -m visionpsy-nano-460m-flash-q4_k_m-imat.gguf \
    --mmproj mmproj-visionpsy-nano-460m-flash-q8.gguf \
    --image your_image.jpg \
    -p "What is in this image?" \
    -n 128

# Or start an OpenAI-compatible server with a web UI
./llama-server \
    -m visionpsy-nano-460m-flash-q4_k_m-imat.gguf \
    --mmproj mmproj-visionpsy-nano-460m-flash-q8.gguf

Intended use

VisionPsy-Nano-460M-Flash-GGUFs is designed for latency- and memory-constrained, on-device multimodal applications where responsiveness matters most: live camera Q&A, quick scene/document understanding, and lightweight visual instruction following on phones and other edge hardware. If you can afford more compute and want maximum quality, use VisionPsy-Nano-460M-GGUFs instead. Because of its small size, we recommend fine-tuning on your specific domain to maximize quality.

Limitations

  • —Flash trades a little accuracy for speed: it scores a few points below the full VisionPsy-Nano-460M, with the largest gaps on OCR/document-heavy and fine-grained perception tasks.
  • —Single-image by design: the model is trained and optimized for one image per query; multi-image prompts are outside its intended use.
  • —As a compact model, it may occasionally hallucinate or miscount and is best suited to focused tasks rather than very dense documents or long multi-step math, where larger models have an edge.
  • —Quantization artifacts: lower bit counts can subtly degrade outputs in ways aggregate benchmarks do not fully capture. We recommend Q4_K_M or higher for production and prefer the imatrix builds over the legacy Q4_0.
  • —Primarily English; other languages are not officially supported yet.
  • —Not intended for safety-critical or high-stakes automated decisions.
  • —Efficiency numbers are measured with 4-bit GGUF builds on specific phones; absolute latency, memory, and throughput will vary with hardware, runtime, and quantization. Benchmark scores use a fixed in-house harness with an LLM judge (Qwen3-27B-FP8) and may differ from other reported setups.

Acknowledgements

Built on the excellent open-source work of nanoVLM, SmolLM2, SigLIP2, and llama.cpp.

Citation

bibtex
@misc{visionpsynano2026,
title = {VisionPsy-Nano-460M: A Compact Vision-Language Model for On-Device Inference},
author = {Tether AI Research},
year = {2026},
note = {Hugging Face model card}
}

Copyright

We will take appropriate actions in response to notices of copyright infringement. If you believe your work has been used or copied in a manner that infringes upon your intellectual property rights, please email data-apps@tether.io identifying and describing both the copyrighted work and alleged infringing content.

Licensing

This model, which was finetuned as described in the blog post, is licensed by Tether Data, S.A. de C.V. under the Apache 2.0 license. As described in the blog post, this model is a version of the NanoVLM-460M-8k pre-trained model (https://huggingface.co/lusxvr/nanoVLM-460M-8k), which is made available under the MIT license.

The FineVision dataset (https://huggingface.co/datasets/HuggingFaceM4/FineVision) is made available under the CC-BY-4.0 (Creative Commons - Attribution 4.0) license. FineVision is an aggregation of a number of public sources unified into a single corpus. Individual subsets within the collection may inherit specific underlying terms from their original creators. As described in the blog post, a subset of the FineVision dataset was used as a part of finetuning the model.

The NVIDIA Nemotron-Image-Training-v3 dataset (https://huggingface.co/datasets/nvidia/Nemotron-Image-Training-v3) is made available under the CC-BY-4.0 (Creative Commons - Attribution 4.0). The mPLUG TinyChartData dataset (https://huggingface.co/datasets/mPLUG/TinyChartData) is made available under the Apache 2.0 license. The TabMWP dataset (https://promptpg.github.io/) is made available under the CC BY-NC-SA 4.0 (Creative-Commons-Attribution-NonCommercial-ShareAlike 4.0). The PopVQA dataset (https://huggingface.co/datasets/idoco/PopVQA) is made available under the MIT license. The InfoSeek dataset (https://github.com/open-vision-language/infoseek) is made available under the Apache 2.0 license. The MMKU-Bench dataset (https://huggingface.co/datasets/baochenfu/MMKU-Bench) is made available under the Apache 2.0 license. The VisionFoundry-10K dataset (https://huggingface.co/datasets/zlab-princeton/VisionFoundry-10K) is made available under the Apache 2.0 license. The PKU-SafeRLHF-V dataset (https://huggingface.co/datasets/PKU-Alignment/PKU-SafeRLHF-V) is made available under the CC-BY-NC 4.0 (Attribution-NonCommercial 4.0 International). As described in the blog post, the NVIDIA Nemotron-Image-Training-v3, mPLUG TinyChartData, TabMWP, PopVQA, InfoSeek, MMKU-Bench, VisionFoundry-10K and PKU-SafeRLHF-V datasets were used as a part of finetuning the model.