Important
If you plan to publicly share machine-translated results produced by this tool, and no experienced translator has fully translated or proofread them, please clearly mark them as machine translation in a prominent place.
BallonsTranslator-Pro is an advanced fork of dmMaze/BallonsTranslator focused on serious manga/comic translation workflows.
At a high level, BallonsTranslator-Pro helps you:
- Detect speech balloons/text areas
- Read text (OCR)
- Translate text
- Clean original text from artwork (inpaint)
- Edit and export pages
- 中文文档(与本页同结构): README_zh_CN.md
- Full change history: docs/CHANGELOG.md
After cloning/downloading and opening the project folder:
- Windows (recommended): double-click
launch_win.bat - Windows (nightly update + launch): double-click
launch_win_amd_nightly.bat - Windows (launch + auto-update): double-click
launch_win_with_autoupdate.bat - Cross-platform (manual): run
python launch.pyin terminal
If batch files are blocked by Windows SmartScreen, right-click the .bat file → Run as administrator (or choose More info → Run anyway).
You can now install Google Fonts directly from the app:
- Open Tools → Models → Install Google Font...
- Enter a family name (example:
Bangers,Noto Sans JP,Comic Neue) - The app downloads and registers the font automatically.
Installed fonts are stored under fonts/google/ and become available in font pickers.
- Open the repo page on GitHub.
- Click Code → Download ZIP.
- Extract to a normal folder (example:
Documents/BallonsTranslator-Pro). - Open that folder.
- Launch using
launch_win.bat(Windows) or terminal (python launch.py).
git clone https://github.com/thomaswantstobeaskeleton/BallonsTranslator-Pro
cd BallonsTranslator-Pro
python launch.py- Install GitHub Desktop.
- File → Clone repository.
- Paste repo URL and choose a local path.
- Open the local folder.
- Launch
launch_win.bat(Windows) orpython launch.py.
- Python 3.10+
- Internet for first-time setup/model downloads
- Enough disk space for selected models
Check Python:
python --version- Practical module combinations for real projects
- Better batch and long-chapter workflow support
- LLM-aided review chain for quality/consistency
- Strong defaults for fast onboarding
- Open pages: File → Open Folder / Open Images
- Select modules: Detector / OCR / Inpaint / Translator
- Click Run
- Review and edit text bubbles
- Export from Tools → Export all pages
- App launcher:
launch.py - Windows one-click launcher:
launch_win.bat - Config template:
config/config.example.json - Active config:
config/config.json - Models:
data/models/ - Fonts:
fonts/
