Use this file to discover all available pages before exploring further.
Upscaling models increase image resolution by a fixed scale factor (2×, 3×, or 4×) while reconstructing fine detail that would otherwise be lost from simple interpolation. The opencomic-ai-models package ships all model weights as NCNN .bin and .param file pairs, organized into three subdirectories that map directly to their required upscaler binary: upscayl (ESRGAN-based), realcugan (Real-CUGAN), and waifu2x (Waifu2x). When invoking an upscaler binary you pass the model ID — the filename stem, without extension — as the model name argument, along with the path returned by OpenComicAIModels.path pointing to the correct subdirectory.
Custom models trained specifically for comic and manga content, available in three tiers and multiple scale factors. All use the upscayl backend. Model files are located under <modelsPath>/upscale/models/.
Model ID
Display Name
Scale
Notes
opencomic-ai-upscale-4x
OpenComic AI Upscale 4x
4×
Standard quality; best detail reconstruction
opencomic-ai-upscale-4x-lite
OpenComic AI Upscale 4x Lite
4×
Faster inference, slightly reduced detail
opencomic-ai-upscale-4x-compact
OpenComic AI Upscale 4x Compact
4×
Fastest, smallest footprint
opencomic-ai-upscale-3x-lite
OpenComic AI Upscale 3x Lite
3×
Lite tier for 3× output
opencomic-ai-upscale-2x
OpenComic AI Upscale 2x
2×
Standard quality for 2× output
opencomic-ai-upscale-2x-lite
OpenComic AI Upscale 2x Lite
2×
Faster 2× inference
opencomic-ai-upscale-2x-compact
OpenComic AI Upscale 2x Compact
2×
Fastest 2× option
For the best balance of speed and quality on comic or manga pages, start with opencomic-ai-upscale-4x-lite. Only move to the standard tier if you need maximum sharpness on fine linework.
Official RealESRGAN and RealESRNet models from xinntao/Real-ESRGAN, converted to NCNN format and used with the upscayl backend. Files are located under <modelsPath>/upscale/models/.
Model ID
Display Name
Scale
Notes
realesrgan-x4plus
RealESRGAN x4 Plus
4×
General-purpose photo upscaling
realesrgan-x4plus-anime
RealESRGAN x4 Plus Anime
4×
Tuned for flat-color anime/manga art
realesrnet-x4plus
RealESRNet x4 Plus
4×
Lighter network; faster than x4plus
realesr-animevideov3-x2
RealESR AnimeVideo v3 2×
2×
Anime video model, 2× scale
realesr-animevideov3-x3
RealESR AnimeVideo v3 3×
3×
Anime video model, 3× scale
realesr-animevideov3-x4
RealESR AnimeVideo v3 4×
4×
Anime video model, 4× scale
realesrgan-x4plus-anime is the go-to choice for comic and manga content. Its training distribution closely matches screentone-free line art and flat colour fills, producing crisp edges with minimal haloing.
Real-CUGAN is a high-quality upscaler for anime-style images. It uses its own dedicated realcugan binary. The model files are located under <modelsPath>/upscale/realcugan/.
Model ID
Display Name
Scale
Notes
realcugan
RealCUGAN
2×/3×/4×
High-quality anime upscaling; requires the realcugan binary