Analysis updated 2026-05-18
Add a remaster pass to a ComfyUI 2x upscale workflow to remove harsh artifacts from portraits
Use with SDXL or Pony models to get cleaner results after a HiRes Fix pass
Reduce noisy upscale textures in anime-style AI images before final export
| notproniss/pixelanchoredremaster | 0marildo/imago | agentlexi/agent-lexi | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | vibe coder | general | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires ComfyUI with a compatible SDXL-family model already installed, does not work well with Anima or Chroma model architectures.
Pixel Anchored Remaster is a custom node for ComfyUI, the popular AI image generation tool. It is designed to improve images that have already been through a high-resolution upscaling pass, by running them through a three-step cleanup and rebuild process. The goal is a better-looking final image, not a pixel-perfect copy of the input. The process works like this: first, the image is downscaled slightly in regular pixel space, which removes some of the harsh artifacts and noisy textures that come from aggressive upscaling. Second, the cleaned-up image is encoded into the internal format the AI model works with (called latent space), and then scaled back up to the original dimensions. Third, the AI sampler is run to rebuild fine details, reinterpreting the image rather than simply stretching it. The node is built for 2x upscaling workflows only. The author found that 4x runs produce unreliable results, and explicitly scoped the tool to 2x. It is not a replacement for a high-resolution fix pass, and it is not a tool for preserving every edge and texture exactly. Some small visual drift is expected and considered acceptable if the final image looks better overall. Installation is simple: drop the folder into the ComfyUI custom_nodes directory and restart ComfyUI. The node takes one image in and gives one image out. It includes controls for the sampling method, scheduler, sampling strength, and tiled VAE settings, though default settings are reported to work well for most cases. The node works best with SDXL, Pony, and Illustrious-style model families. The README specifically calls out good results with anime-style models, especially portraits. It performs poorly with some other model architectures such as Anima and Chroma, so those are not recommended use cases.
A ComfyUI custom node that cleans up AI-upscaled images by downscaling to remove artifacts, re-encoding in latent space, and resampling to rebuild detail. Designed for 2x upscale workflows with SDXL-family models.
Mainly Python. The stack also includes Python, ComfyUI.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.