PixelML ComfyUI Nodes
A collection of custom nodes for ComfyUI focused on variable handling and workflow automation.
Nodes (7)
The node that turns an unresolved '{variable}' into a usable number — with a safety net
A named boolean toggle — the simplest node in the pack, and that's fine
A float input that parses text and clamps it into range — for when your CFG shows up as a string
The integer input that turns a string into a clamped, sampler-safe number
Paste a URL, get an image and a mask — without staging files into your input folder
A renamed fork of ComfyUI's SaveImage with one extra required field
A named string input — a label for the text that flows through your graph
PixelML ComfyUI Nodes
A collection of custom nodes for ComfyUI focused on variable handling and workflow automation.
Installation
- Clone this repository into your ComfyUI
custom_nodesdirectory: - Install dependencies
pip install -r requirements.txt
Acknowledgements
diffusers: https://github.com/huggingface/diffusers openai - consistencydecoder: https://github.com/openai/consistencydecoder reddit user Total-Resort-3120 for float ramp node