/Manga2x

A GUI application to up-scale EPUB manga using Waifu2x or Realesrgan.

Primary LanguagePython

Manga2x GUI

Overview

Manga2x GUI is a graphical user interface (GUI) application designed with Tcl/Tk GUI toolkit to up-scale images within EPUB manga files using Waifu2x or Realesrgan using NCNN with Vulkan to call GPU acceleration, recommending 4GB of VRAM or more, or enabling shared VRAM in NVIDIA settings.

Image preview

Requirements

  • Python 3.10+
  • Python packages (requirements.txt )
  • Windows 11 Build 22000+
  • GPU with Vulkan support

Installation

git clone https://github.com/puff-dayo/Manga2x.git
cd Manga2x

Install dependencies:

pip install -r requirements.txt

Run:

python MangaUpGUI.py

Output

  • The up-scaled EPUB files will be saved in the same directory as the original files, with a suffix indicating the up-scaling method (e.g., _Moderate2x.epub).