Descreening removes halftone dot patterns — the regular grids of ink dots that printing presses use to simulate continuous tones — from scanned comics, manga, and other printed media. When a printed page is scanned at typical resolutions, those dot matrices appear as moiré interference patterns or visible grain that no amount of ordinary sharpening or upscaling can fix cleanly. Descreening models are trained to recognise and eliminate these patterns while preserving the underlying artwork. Like artifact removal models, all descreen models operate at 1× scale (output resolution equals input resolution) and all use theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ollm/opencomic-ai-models/llms.txt
Use this file to discover all available pages before exploring further.
upscayl ESRGAN-compatible backend. Weight files are located under <modelsPath>/descreen/models/.
All Descreen Models
| Model ID | Display Name | Notes |
|---|---|---|
opencomic-ai-descreen-hard | OpenComic AI Descreen Hard | Standard tier; strongest halftone suppression |
opencomic-ai-descreen-hard-lite | OpenComic AI Descreen Hard Lite | Lite tier; faster with slightly reduced suppression |
opencomic-ai-descreen-hard-compact | OpenComic AI Descreen Hard Compact | Compact tier; fastest and smallest footprint |
1x_halftone_patch_060000_G | Halftone Patch 060000 G | General halftone removal; NMKD.de |
1x_wtp_descreenton_compact | WTP DescreenTon Compact | Compact community model; OpenModelDB |
OpenComic AI Three-Tier System
The three OpenComic AI descreen models are all trained for “hard” descreening — aggressive suppression of coarse halftone dot patterns common in older printed comics — but compiled at different network sizes:| Tier | Model ID | Characteristic |
|---|---|---|
| Standard | opencomic-ai-descreen-hard | Full network capacity; most thorough pattern removal with the best edge preservation |
| Lite | opencomic-ai-descreen-hard-lite | Reduced network; significantly faster while retaining strong descreening quality |
| Compact | opencomic-ai-descreen-hard-compact | Smallest and fastest; use for large batch jobs or real-time preview passes |
Community Models
- Halftone Patch 060000 G is a broadly trained general halftone removal model. It handles a wide range of dot frequencies and angles, making it a useful fallback when the source material has unusual screen rulings.
- WTP DescreenTon Compact is a lightweight community model focused on tone-dot patterns. Its smaller architecture makes it fast and low on memory, suitable as a quick first pass or for less severe halftoning.
Usage
Shell