art.detail.clean_clusters
Merge orphan and isolated pixels into the nearest larger cluster to remove stray pixel noise, cleaning up pixel art for a consistent style.
Instructions
Cleanup pass: merge orphan/isolated pixels into nearest larger cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Canvas session ID | |
| min_cluster_size | No | Minimum cluster size to keep (default 2) |