ComfyUI Extension: comfyui-lumi-tools
A ComfyUI custom node pack by Lumi.
Custom Nodes (0)
README
Lumi Tools v0.1.0
A collection of utility nodes for ComfyUI.
Installation
- Clone or symlink this repository into your ComfyUI
custom_nodesfolder - Install dependencies:
uv sync - Restart ComfyUI
Development Setup
uv sync --dev
Nodes
All nodes appear under Lumi/ in the node menu.
Lumi Shuffle Prompt
Shuffles tokens in a prompt string. Useful for randomizing tag order.
- Strips newlines and commas
- Splits by spaces, shuffles, and rejoins
- Seeded for reproducibility
Lumi Wildcard Processor
Processes wildcard prompts using dynamicprompts.
Lumi Wildcard Encode
Processes wildcards with inline LoRA support and encodes to conditioning.
Lumi Seed
Outputs a seed value with control_after_generate support (randomize, increment, decrement, fixed).
Lumi Show Text
Displays text output for debugging.
Configuring Wildcard Paths
Configure wildcard paths in ComfyUI/extra_model_paths.yaml:
my_wildcards:
wildcards: D:/dev/wildcards
Alternatively:
- Set the
LUMI_WILDCARDS_PATHenvironment variable - Place wildcards in
{ComfyUI}/wildcards
License
GPL-3.0