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

prithivMLmods/HunyuanOCR-1.5-GGUF-Updated overview

HunyuanOCR 1.5 GGUF Updated HunyuanOCR 1.5 https://huggingface.co/tencent/HunyuanOCR is Tencent's lightweight, end to end OCR specialized vision language model…

transformersggufllama-cpptext-generation-inferenceocrvision-language-modeldocument-parsingtext-spottinginformation-extractiontext-image-translationimage-text-to-textenzhbase_model:tencent/HunyuanOCRbase_model:quantized:tencent/HunyuanOCRlicense:apache-2.0endpoints_compatibleregion:usconversational

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

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

Repository Files & Downloads

14 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
HunyuanOCR.BF16.ggufGGUFGGUF1.01 GBDownload
HunyuanOCR.F16.ggufGGUFGGUF1.01 GBDownload
HunyuanOCR.F32.ggufGGUFGGUF2.01 GBDownload
HunyuanOCR.Q3_K_L.ggufGGUFGGUF312.2 MBDownload
HunyuanOCR.Q3_K_M.ggufGGUFGGUF293.4 MBDownload
HunyuanOCR.Q3_K_S.ggufGGUFGGUF272.0 MBDownload
HunyuanOCR.Q4_K_M.ggufGGUFGGUF338.5 MBDownload
HunyuanOCR.Q4_K_S.ggufGGUFGGUF326.4 MBDownload
HunyuanOCR.Q5_K_M.ggufGGUFGGUF381.3 MBDownload
HunyuanOCR.Q5_K_S.ggufGGUFGGUF374.1 MBDownload
HunyuanOCR.Q8_0.ggufGGUFGGUF551.2 MBDownload
HunyuanOCR.mmproj-bf16.ggufGGUFBF16951.0 MBDownload
HunyuanOCR.mmproj-f16.ggufGGUFF16951.0 MBDownload
HunyuanOCR.mmproj-q8_0.ggufGGUFQ8_0699.0 MBDownload

Model Details

Model IDprithivMLmods/HunyuanOCR-1.5-GGUF-Updated
AuthorprithivMLmods
Pipelineimage-text-to-text
Licenseapache-2.0
Base modeltencent/HunyuanOCR
Last modified2026-07-22T18:45:54.000Z

Model README

---

license: apache-2.0

base_model:

  • tencent/HunyuanOCR

library_name: transformers

language:

  • en
  • zh

pipeline_tag: image-text-to-text

tags:

  • llama-cpp
  • text-generation-inference
  • ocr
  • vision-language-model
  • document-parsing
  • text-spotting
  • information-extraction
  • text-image-translation

---

HunyuanOCR-1.5-GGUF-Updated

> HunyuanOCR-1.5 is Tencent's lightweight, end-to-end OCR-specialized vision-language model that unifies document parsing, text spotting, information extraction, and text-image translation within a single VLM, building on the validated architecture of HunyuanOCR-1.0 (archived under the v1.0/ subfolder) without redesigning the backbone. Its key upgrades target speed and capability: a DFlash speculative-decoding framework uses a lightweight block-diffusion draft model to propose multiple candidate tokens in parallel, verified by the target model in a single pass, significantly cutting decoding latency on long structured outputs like dense documents, tables, and formulas while preserving the original output distribution; it also supports CPU/consumer-GPU/laptop deployment via a GGUF-converted checkpoint and OpenAI-compatible llama-server, including a DFlash-adapted llama.cpp fork. On the training side, an Agentic Data Flow system — where agents handle material search, tool-based verification, and data-pipeline iteration in a closed loop with engineers — targets long-tail capabilities like low-resource and ancient-script OCR, alongside an upgraded recipe extending maximum image resolution to 4K and context window to 128K tokens, with refined SFT data and reinforcement learning across OCR tasks. The model uses the HunYuanVLForConditionalGeneration architecture (requiring transformers ≥5.13.0), supports native transformers, vLLM (both AR and DFlash modes from a single unified uv-based CUDA 13 environment), and llama.cpp inference paths across 12 task types (document parsing, structured/layout parsing, chart/formula/table extraction, and Chinese-English translation variants), and is released under the Tencent Hunyuan Community License Agreement.

> [!NOTE]

> HunyuanOCR v1.5 [GGUF]

Model Files

File Name | Quant Type | File Size | File Link |

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

| HunyuanOCR.BF16.gguf | BF16 | 1.08 GB | Download |

| HunyuanOCR.F16.gguf | F16 | 1.08 GB | Download |

| HunyuanOCR.F32.gguf | F32 | 2.16 GB | Download |

| HunyuanOCR.Q3_K_L.gguf | Q3_K_L | 327 MB | Download |

| HunyuanOCR.Q3_K_M.gguf | Q3_K_M | 308 MB | Download |

| HunyuanOCR.Q3_K_S.gguf | Q3_K_S | 285 MB | Download |

| HunyuanOCR.Q4_K_M.gguf | Q4_K_M | 355 MB | Download |

| HunyuanOCR.Q4_K_S.gguf | Q4_K_S | 342 MB | Download |

| HunyuanOCR.Q5_K_M.gguf | Q5_K_M | 400 MB | Download |

| HunyuanOCR.Q5_K_S.gguf | Q5_K_S | 392 MB | Download |

| HunyuanOCR.Q8_0.gguf | Q8_0 | 578 MB | Download |

| HunyuanOCR.mmproj-bf16.gguf | mmproj-bf16 | 997 MB | Download |

| HunyuanOCR.mmproj-f16.gguf | mmproj-f16 | 997 MB | Download |

| HunyuanOCR.mmproj-q8_0.gguf | mmproj-q8_0 | 733 MB | Download |

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp

Run prithivMLmods/HunyuanOCR-1.5-GGUF-Updated 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