For the complete documentation index, see llms.txt. This page is also available as Markdown.

AI Artifact Removal

AI-based removal of JPEG compression artifacts, blocking, and ringing. Automatic detection mode applies removal only when artifact severity is above the activation threshold.

Example

Before

Before — AI Artifact Removal

After

After — AI Artifact Removal

Parameters

Parameter
Section
Value
Default
Description

ARmode

Config

0 – 8

2

Mode selection (see below)

arstrength

Gpars

0.0 – 1.0

0.5

Activation threshold — higher value only triggers on more severely degraded images

Modes

Value
Description

0 — Off

No artifact removal

1 — Auto, CPU

CPU-only DCT smoothing when artifacts detected

2 — Auto with AI (default)

Detects artifact severity, selects appropriate AI model

3 — Auto with AI, fast

Faster variant of Auto with AI

4 — Always CPU

Unconditional CPU-based DCT smoothing

5 — Always AI

Unconditional full-quality AI removal

6 — Always AI, fast

Unconditional fast AI removal

7 — Always CPU + AI

Combined CPU and AI passes

8 — Always CPU + AI, fast

Faster combined CPU and AI

Last updated

Was this helpful?