comfy_pixelization

comfy_pixelization
★ 104

图像处理像素化ComfyUI自定义节点
ComfyUI 节点,将输入图像快速转换为像素化效果,便于生成像素风艺术或作为马赛克隐私处理,支持加载模型文件。
💡 将生成或导入的图片快速转为像素风或马赛克隐私图像。
🍴 18 Forks💻 Python🔄 2026-02-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/86a6deb1b5f6
📄 README

ComfyUI_pixelization

ComfyUI node that pixelizes images

Workflow preview

Original

Installation

  • Clone repository to ComfyUI/custom_nodes/ComfyUI_pixelization
  • Go to folder
  • Run python ./install.py
  • Download checkpoints to ComfyUI/custom_nodes/ComfyUI_pixelization/checkpoints
  • Use node Pixelization > Pixelization to generate pixelated image
  • Models

    Download all three models from the table and place them into the checkpoints directory inside the extension at ComfyUI/custom_nodes/ComfyUI_pixelization/checkpoints.

    | url | filename |

    | ———————————————————————————- | —————— |

    | https://drive.google.com/file/d/1VRYKQOsNlE1w1LXje3yTRU5THN2MGdMM/view?usp=sharing | pixelart_vgg19.pth |

    | https://drive.google.com/file/d/17f2rKnZOpnO9ATwRXgqLz5u5AZsyDvq_/view?usp=sharing | alias_net.pth |

    | https://drive.google.com/file/d/1i_8xL3stbLWNF4kdQJ50ZhnRFhSDh3Az/view?usp=sharing | 160_net_G_A.pth |

    Alternatively, you can download the models from the CivitAI mirror.

    Credits

  • AUTOMATIC1111 extension: https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization
  • Original repo: https://github.com/WuZongWei6/Pixelization
  • Code I used for reference: https://github.com/arenatemp/pixelization_inference