The issue you reported has been fixed in version 2.2 — Thaluna now automatically switches to CPU if GPU initialization fails.
You can simply re-download the latest version and it should run fine👍
Thaluna.Dev
Creator of
Recent community posts
Hey! 😊 Thanks for reporting this.
That error happens when Thaluna tries to use GPU acceleration (PaddleOCR-GPU) but CUDA/cuDNN isn’t available on your system.
This is already fixed — the next patch will automatically switch to CPU mode instead of closing the app.
For now, you can fix it manually:
1️⃣ Go to the folder where Thaluna is installed.
2️⃣ Open the subfolder _internal
.
3️⃣ Find the file config.json
.
4️⃣ Open it with Notepad.
5️⃣ Find the line "ocr_device": "cuda"
and change it to "cpu"
.
6️⃣ Save and restart Thaluna.
After that, it’ll work normally
Hi,
Thanks a lot for your feedback 💜
I think I see what happened. In Lens Mode the OCR engine is designed for horizontal text, so if you’re working with vertical Japanese it can give messy input to Ollama models. That’s why things didn’t line up.
For vertical manga, the real-time mode with Settings → OCR Mode → Manga (Vertical Text) works much better. It won’t auto-box everything perfectly, but you can move the capture box between bubbles and it should give cleaner results. If it’s horizontal text, Lens Mode should already be fine.
I also plan to improve Lens Mode so it handles vertical Japanese properly in a future update — it’s definitely on my list.
By the way, when you said it “can’t seem to play nice with any Ollama models,” did you mean the translations came out as nonsense, or just random characters? That info would help me a lot to confirm if OCR was the real issue.
Thanks again for using Thaluna, and for taking the time to share your experience. Feedback like this really helps me improve the app, and I’m happy to hear you’re using it for manga.