ComfyUI Extension: ComfyUI PixelArt Converter

Authored by wangyff-code

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Convert images to pixel art using ONNX models.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI PixelArt Converter

A ComfyUI custom node that converts images into Pixel Art using ONNX models. Ported from [Original Project Name/Link] to ComfyUI.

Features

  • Converts any image to pixel art style.
  • Supports 128x and 256x internal resolutions.
  • Adjustable temperature, noise, and seed for variation.
  • Runs fast using ONNX Runtime.

Installation

  1. Clone this repository into your ComfyUI/custom_nodes/ folder:

    cd ComfyUI/custom_nodes/
    git clone https://github.com/wangyff-code/ComfyUI-PixelArt-Converter.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Usage

  1. Search for the node "Pixel Art Converter (ONNX)".
  2. Connect an image input.
  3. Adjust resolution (128 or 256) for detail level.
  4. Tips:
    • Resolution: 128 is more abstract, 256 is more detailed.
    • Temperature: Controls color/style randomness.
    • Noise: Adds texture variations.

Workflow Example

Workflow Screenshot

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more