Artifact removal models reduce the visual damage introduced by lossy JPEG compression: block boundaries, ringing around hard edges, colour banding, and the muddy loss of fine detail that accumulates through repeated saves. Unlike upscaling models, every model in this category operates at 1× scale — the output image has exactly the same pixel dimensions as the input, with only the compression noise cleaned up. All models in this category 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, and their .bin/.param weight files are located under <modelsPath>/artifact-removal/models/.
These models do not change image resolution. The output dimensions will always match the input. To both clean and enlarge an image, run artifact removal first, then pass the result through an upscaling model.
All Artifact Removal Models
| Model ID | Display Name | Notes |
|---|---|---|
opencomic-ai-artifact-removal | OpenComic AI Artifact Removal | Standard tier; strongest noise suppression |
opencomic-ai-artifact-removal-lite | OpenComic AI Artifact Removal Lite | Lite tier; faster with slightly reduced suppression |
opencomic-ai-artifact-removal-compact | OpenComic AI Artifact Removal Compact | Compact tier; fastest and smallest — ideal for batch processing |
1x_NMKD-Jaywreck3-Lite_320k | NMKD Jaywreck3 Lite | Aggressive JPEG cleaning; NMKD.de |
1x_NMKD-Jaywreck3-Soft-Lite_320k | NMKD Jaywreck3 Soft Lite | Gentler variant of Jaywreck3; preserves more texture |
1x-SaiyaJin-DeJpeg | SaiyaJin DeJpeg | Targeted JPEG block removal; OpenModelDB |
1x_JPEGDestroyerV2_96000G | JPEG Destroyer V2 | Heavy-handed artefact crushing; Hugging Face |
OpenComic AI Three-Tier System
The three custom OpenComic AI artifact removal models are trained on the same dataset but compiled at different network capacities, giving you a straightforward speed-vs-quality trade-off:| Tier | Model ID | Characteristic |
|---|---|---|
| Standard | opencomic-ai-artifact-removal | Largest network; highest fidelity artefact suppression — use when quality is the priority |
| Lite | opencomic-ai-artifact-removal-lite | Reduced network size; noticeably faster while retaining most quality gains |
| Compact | opencomic-ai-artifact-removal-compact | Smallest and fastest; suited for real-time previews or large batch jobs where throughput matters |
Community Models
The four community models cover different points on the aggression spectrum:- NMKD Jaywreck3 Lite and its Soft Lite variant are general-purpose JPEG cleaners. The soft variant applies less aggressive smoothing and is a better choice when you want to remove artefacts without softening fine linework.
- SaiyaJin DeJpeg targets the characteristic 8×8 DCT block pattern directly, making it effective at low-to-medium quality JPEG sources.
- JPEG Destroyer V2 applies very strong suppression and is best reserved for heavily compressed scans where blocking is the dominant problem.
Usage
Shell