https://github.com/the-database/mangajanaiconvertergui
GUI for upscaling manga with PyTorch models
https://github.com/the-database/mangajanaiconvertergui
Last synced: about 1 year ago
JSON representation
GUI for upscaling manga with PyTorch models
- Host: GitHub
- URL: https://github.com/the-database/mangajanaiconvertergui
- Owner: the-database
- License: gpl-3.0
- Created: 2023-10-14T19:51:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T21:56:00.000Z (over 1 year ago)
- Last Synced: 2025-03-30T18:08:08.914Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 566 MB
- Stars: 111
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
MangaJaNaiConverterGui
[](https://discord.gg/EeFfZUBvxj)
## Overview
This project provides a Windows GUI for upscaling manga images and archives with PyTorch models. It includes a set of models optimized for upscaling manga with Japanese and English text, but many other models are also supported. It also utilizes linear light downscaling to minimize halftone artifacts when downscaling.

## Instructions
Simply download [MangaJaNaiConverterGui-win-Setup.exe](https://github.com/the-database/MangaJaNaiConverterGui/releases/latest/download/MangaJaNaiConverterGui-win-Setup.exe) (if you want to install the app) or [MangaJaNaiConverterGui-win-Portable.zip](https://github.com/the-database/MangaJaNaiConverterGui/releases/latest/download/MangaJaNaiConverterGui-win-Portable.zip) (if you want a portable version of the app that isn't installed) from the [latest release](https://github.com/the-database/MangaJaNaiConverterGui/releases). Select your input file or folder, choose your upscale settings, and click Upscale.
### Important Note for NVIDIA Users
First, please ensure that you are running the latest NVIDIA drivers. To avoid major slowdowns while upscaling, open NVIDIA Control Panel and set the **CUDA - Sysmem Fallback Policy** setting to **Prefer No Sysmem Fallback**.

### For Linux users
Check out [this README](MangaJaNaiConverterGui/backend/src/README.md).
## Resources
- [OpenModelDB](https://openmodeldb.info/): Repository of AI upscaling models.
## Related Projects
- [MangaJaNai](https://github.com/the-database/mangajanai): Main repository for manga upscaling models.
- [VideoJaNai](https://github.com/the-database/VideoJaNai): Windows GUI for video upscaling with extremely fast performance.
- [traiNNer-redux](https://github.com/the-database/traiNNer-redux): Software for training upscaling models.
## Acknowledgments
- [chaiNNer](https://github.com/chaiNNer-org/chaiNNer): General purpose tool for AI upscaling. This project uses a modified version of its backend for running upscaling models.