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

LunarOilRig/PaddleOCR-VL-manga-GGUF overview

PaddleOCR VL For Manga, GGUF GGUF conversion of jzhang533/PaddleOCR VL For Manga https://huggingface.co/jzhang533/PaddleOCR VL For Manga , a PaddleOCR VL fine …

ggufocrmangapaddleocrbase_model:jzhang533/PaddleOCR-VL-For-Mangabase_model:quantized:jzhang533/PaddleOCR-VL-For-Mangalicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
PaddleOCR-VL-manga-Q4_K_M.ggufGGUFQ4_K_M286.3 MBDownload
mmproj-Q8_0.ggufGGUFQ8_0569.9 MBDownload

Model Details

Model IDLunarOilRig/PaddleOCR-VL-manga-GGUF
AuthorLunarOilRig
Pipeline
Licenseapache-2.0
Base modeljzhang533/PaddleOCR-VL-For-Manga
Last modified2026-07-28T20:51:24.000Z

Model README

---

license: apache-2.0

base_model: jzhang533/PaddleOCR-VL-For-Manga

tags:

- gguf

- ocr

- manga

- paddleocr

library_name: gguf

---

PaddleOCR-VL-For-Manga, GGUF

GGUF conversion of jzhang533/PaddleOCR-VL-For-Manga,

a PaddleOCR-VL fine-tune for Japanese manga text. Converted for use in the browser

via wllama, which needs GGUF rather than

safetensors.

| file | size | what it is |

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

| PaddleOCR-VL-manga-Q4_K_M.gguf | 286 MB | decoder |

| mmproj-Q8_0.gguf | 570 MB | vision projector |

Both files are required.

Usage

llama-mtmd-cli -m PaddleOCR-VL-manga-Q4_K_M.gguf --mmproj mmproj-Q8_0.gguf \
  --image crop.png -p "OCR:" --jinja --temp 0

Use the prompt OCR: — these weights are trained on it. The model expects a

crop of a single text region, not a whole page.

Quantization

Converted with convert_hf_to_gguf.py (llama.cpp b10150) to F16, then quantized

with llama-quantize to Q4_K_M. The vision projector is Q8_0.

The upstream vision config declares SiglipVisionModel; the converter's mmproj

path expects PaddleOCRVisionModel, so that field was renamed before converting.

No weights were altered.

On a 7-crop Japanese manga page, Q4_K_M output was character-identical to F16

except for one ambiguous handwritten kanji, so the smaller file costs nothing in

practice.

Licence

Apache-2.0, inherited from PaddleOCR-VL. Credit for the fine-tune belongs to

jzhang533; this repository only changes the

file format.

Run LunarOilRig/PaddleOCR-VL-manga-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