Huelake Nodes
Huelake's ComfyUI custom nodes: XY Grid tools, axis converters, text scheduling, and utility nodes
Nodes (21)
Seven inputs, one list — how to build a grid axis by hand
Walk a list one item at a time, no grid required
The type-checking escape hatch (with the warning label that earned it)
Change three things at once per grid cell — that's what packing is for
The converter that shrugs — Axis To Any just hands the value through
Grid rows that flip an option on and off
Swap text encoders per grid cell, when you're weird enough to want to
The converter for CFG, denoise, and every number with a decimal
Steps, batch, and integer knobs in a grid
Swap whole checkpoints per grid cell — the reason this pack exists
The converter that's generated from a JSON file at every startup
The lingua franca converter for sampler and model grids
The node for VAE A/B tests you'd never do by hand
Split one packed axis wire back into seven usable values
Turn a .txt file into a grid of prompts, no copy-paste required
Turn a number into text for filenames and prompts
Python slicing, exposed as a node — start, end, done
The Text Scheduler
Turn one string into a list, commas and all — just watch the whitespace
The node that waits until the grid is full, then draws it for you
Meet the node with the Reset button — the brain of this whole pack
ComfyUI-Huelake
Huelake's custom nodes for ComfyUI. Includes XY Grid tools, axis converters, text scheduling, and utility nodes.
Based on qq-nodes-comfyui by kenjiqq, with modifications and additional nodes.
Installation
Via ComfyUI Manager
Click Install via git url in ComfyUI Manager and click Install.
Manual
cd ComfyUI/custom_nodes
git clone https://github.com/huelake/ComfyUi-Huelake.git
pip install -r ComfyUi-Huelake/requirements.txt