license: cc-by-nc-4.0
library_name: ai2pixelart
pipeline_tag: image-to-image
tags:
Trained restoration networks for
ai2pixelart — turning
AI-generated
pseudo pixel art (wobbly grids, mixed-color cells, too many
shades) into pixel-perfect, palette-clean pixel art.
The networks assign each cell a palette entry from the classical
grid/palette proposal; they are structurally incapable of off-palette
colors and carry learned priors (recovering pure 1-px details, collapsing
shaded backgrounds) that no local method can.
Each file is a self-describing safetensors checkpoint (model config in the
metadata header).
1pip install "ai2pixelart[neural]"
2ai2pixelart clean input.png -o out.png --approach robust # or: detail
The weights download automatically on first use and are cached locally.
The source code is licensed separately under the PolyForm Noncommercial
License 1.0.0 (see the code repository).