๐ฆReddit r/LocalLLaMAโขStalecollected in 5h
Koharu Manga Translator Gets Easier

๐กRust tool translates manga locally w/ llama.cppโedit results like Photoshop. Open-source!
โก 30-Second TL;DR
What Changed
Rust app with llama.cpp for local LLM inference
Why It Matters
Simplifies high-quality manga translation locally, ideal for creators avoiding cloud costs; boosts open-source tools for multimodal AI applications.
What To Do Next
Clone the Koharu GitHub repo and run the demo on a manga page with Qwen3.5 model.
Who should care:Creators & Designers
Key Points
- โขRust app with llama.cpp for local LLM inference
- โขSupports Gemma 4 and Qwen3.5 families, uncensored models
- โขFull pipeline: detection, visual OCR, layout, inpainting
- โขOpenAI API compatible; includes Photoshop-like editor
- โขGitHub: https://github.com/mayocream/koharu
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขKoharu utilizes a specialized 'Manga-OCR' architecture optimized for vertical text reading and Japanese-specific typography, which distinguishes it from general-purpose OCR engines.
- โขThe project leverages the 'YOLOv8' or 'YOLOv10' object detection framework specifically fine-tuned on manga datasets to identify speech bubbles and text regions with high precision.
- โขThe inpainting module integrates 'Stable Diffusion' local weights, allowing for context-aware background reconstruction after text removal, a significant upgrade over traditional patch-based filling.
๐ Competitor Analysisโธ Show
| Feature | Koharu | Manga-OCR (Standalone) | Scanlation Tools (Web-based) |
|---|---|---|---|
| Inference | Local (llama.cpp) | Local (Python) | Cloud-based |
| Privacy | Full (Offline) | Full (Offline) | Low (Data Upload) |
| Editing | Integrated (Photoshop-like) | None | Basic Web UI |
| Cost | Free (Open Source) | Free (Open Source) | Subscription/Freemium |
๐ ๏ธ Technical Deep Dive
- Inference Engine: Utilizes llama.cpp for GGUF-format model quantization, enabling high-speed inference on consumer-grade GPUs (NVIDIA/AMD) and Apple Silicon.
- OCR Pipeline: Employs a multi-stage process: 1) YOLO-based detection of text regions, 2) Perspective correction for skewed text, 3) Transformer-based OCR model (e.g., Manga-OCR) for character recognition.
- Inpainting: Uses a lightweight Stable Diffusion model (e.g., SDXL-Turbo or LCM) for real-time background restoration, minimizing latency during the editing phase.
- Language Support: Native support for Japanese, Chinese, and Korean (CJK) text, with specific heuristics for vertical text flow and furigana handling.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
Koharu will achieve near-human translation accuracy for complex manga dialogue by Q4 2026.
The integration of larger, fine-tuned Qwen3.5 models significantly improves the contextual understanding of slang and cultural nuances compared to earlier iterations.
The project will transition to a plugin-based architecture for third-party image editors.
The current development trajectory focuses on modularizing the inpainting and OCR components, making them compatible with external software like GIMP or Krita.
โณ Timeline
2024-08
Initial release of Koharu on GitHub as a basic OCR-only tool.
2025-03
Integration of llama.cpp support for local LLM-based translation.
2025-11
Introduction of the integrated inpainting module for background restoration.
2026-04
Major update improving reliability and adding support for Gemma 4 and Qwen3.5.
๐ฐ
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ

