Extensions/Huelake Nodes
ComfyUI Extension

Huelake Nodes

Huelake's ComfyUI custom nodes: XY Grid tools, axis converters, text scheduling, and utility nodes

By huelake·Created 5 months ago·Updated 4 months ago· 0
huelake/ComfyUi-Huelake
Nodes21
On cloudLocal install
CategoryQQNodes/List, QQNodes/Utils
Stars0
Updated4 months ago

Nodes (21)

Any List

Seven inputs, one list — how to build a grid axis by hand

QQNodes/List
Any List Iterator

Walk a list one item at a time, no grid required

QQNodes/List
Any To Any

The type-checking escape hatch (with the warning label that earned it)

QQNodes/Utils
Axis Pack

Change three things at once per grid cell — that's what packing is for

QQNodes/XYGrid Axis
Axis To Any

The converter that shrugs — Axis To Any just hands the value through

QQNodes/XYGrid Axis
Axis To BOOLEAN

Grid rows that flip an option on and off

QQNodes/XYGrid Axis
Axis To CLIP

Swap text encoders per grid cell, when you're weird enough to want to

QQNodes/XYGrid Axis
Axis To FLOAT

The converter for CFG, denoise, and every number with a decimal

QQNodes/XYGrid Axis
Axis To INT

Steps, batch, and integer knobs in a grid

QQNodes/XYGrid Axis
Axis To MODEL

Swap whole checkpoints per grid cell — the reason this pack exists

QQNodes/XYGrid Axis
Axis To NUMBER

The converter that's generated from a JSON file at every startup

QQNodes/XYGrid Axis
Axis To STRING

The lingua franca converter for sampler and model grids

QQNodes/XYGrid Axis
Axis To VAE

The node for VAE A/B tests you'd never do by hand

QQNodes/XYGrid Axis
Axis Unpack

Split one packed axis wire back into seven usable values

QQNodes/XYGrid Axis
Load Lines From Text File

Turn a .txt file into a grid of prompts, no copy-paste required

QQNodes/Text
NumberToString

Turn a number into text for filenames and prompts

utils
Slice List

Python slicing, exposed as a node — start, end, done

QQNodes/List
Text Scheduler

The Text Scheduler

scheduling
Text Splitter

Turn one string into a list, commas and all — just watch the whitespace

QQNodes/Text
XY Grid Accumulator

The node that waits until the grid is full, then draws it for you

QQNodes/XYGrid
XY Grid Helper

Meet the node with the Reset button — the brain of this whole pack

QQNodes/XYGrid
Readme

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