ComfyUI Extension: ComfyUI PixelArt Converter
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.
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
-
Clone this repository into your
ComfyUI/custom_nodes/folder:cd ComfyUI/custom_nodes/ git clone https://github.com/wangyff-code/ComfyUI-PixelArt-Converter.git -
Install dependencies:
pip install -r requirements.txt
Usage
- Search for the node "Pixel Art Converter (ONNX)".
- Connect an image input.
- Adjust
resolution(128 or 256) for detail level. - Tips:
Resolution: 128 is more abstract, 256 is more detailed.Temperature: Controls color/style randomness.Noise: Adds texture variations.
Workflow Example
![]()
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.