lama

Crates.iolama
lib.rslama
version0.5.1
created_at2025-10-17 05:27:43.225769+00
updated_at2025-10-30 12:12:24.464102+00
descriptionManga translation tools
homepagehttps://koharu.rs
repositoryhttps://github.com/mayocream/koharu
max_upload_size
id1887179
size134,174
Mayo Takanashi (mayocream)

documentation

README

Koharu

Automated manga translation tool with LLM, written in Rust.

Koharu introduces a new workflow for manga translation, utilizing the power of LLMs to automate the process. It combines the capabilities of object detection, OCR, inpainting, and LLMs to create a seamless translation experience.

Under the hood, Koharu uses ort for high-performance inference, and uses Slint for the GUI.

[!NOTE] For help and support, please join our Discord server.

CUDA

Koharu is built with CUDA support, allowing it to leverage the power of NVIDIA GPUs for faster processing.

Koharu bundles CUDA toolkit 12 and cuDNN 9, so you don't need to install them separately. Just make sure you have the appropriate NVIDIA drivers installed on your system.

Installation

You can download the latest release of Koharu from the releases page.

Development

Prerequisites

  • Rust (1.85 or later)
  • Python (3.12 or later) (optional)

Run

cargo run --bin koharu

CUDA feature

cargo run --bin koharu --features cuda

Models

Koharu uses several pre-trained models for different tasks:

The models will be automatically downloaded when you run Koharu for the first time.

We convert the original models to ONNX format for better performance and compatibility with Rust. The converted models are hosted on Hugging Face.

License

Koharu is licensed under the GNU General Public License v3.0.

Commit count: 0

cargo fmt