This repository hosts a collection of nodes developed for ComfyUI. It aims to share useful components that enhance the functionality of ComfyUI projects. Some nodes are forks or versions of nodes from other packs, some are bespoke, and some are experimental and are quite useless, so they have been marked with a Caution label in this document.
- Make a copy of
.env.exampleand remove the.examplefrom the name. - The new file should now be named
.envwithout a normal file name, just a .env extension. - The file should be in the root of the node pack, so the same directory that the .example was in.
- Edit
.envwith a text editor and edit the API key value inside.
π Wildcard Processor
A versatile text processor that replaces wildcards with content from wildcard files or inline lists.

π·οΈ LoRA Loader Prompt Tags
Loads LoRA models using <lora:MyLoRA:1> in the prompt.

βοΈ Prompt Property Extractor
Extract generation settings from your input prompt. Use it to randomize your generation settings, checkpoint, step count, seed, or include negative prompt with the normal prompt, load wildcards, or LoRAs, all at the same time.

π Get File Path
Returns the file path in different formats to a file in your /input-folder.

βοΈ String Text Splitter
Splits a string by the first occurrence of a delimiter.

βοΈ String Text Extractor
Extracts the first occurrence of text between a pair of characters.

Save text file, and return the saved file's path.

πΌοΈ Download Image from URL
Download an image from the web.

Returns token information about input text and lets you split it.

π§Ή String Cleaning
Cleans up text strings, strip leading/trailing spaces or collapse them, remove newlines and much more.

π Format Date Time
Converts date / time into literal outputs. Useful for saving paths and files.

πΌοΈ+π Load Text-Image Pairs
Loads a folder of text and image pairs like a dataset, and gives you the image and string as separate outputs.

πΌοΈπ Metadata Extractor (Single)
Extracts metadata from a single image selected from an input source.

πΌοΈπ Metadata Extractor (List)
Extracts metadata from a list of images or a folder of images.

Load checkpoints with flexible fuzzy matching and repeat control for more varied outputs.

Creates resolutions and a latent from presets, user presets, or input images.

πΌοΈ Load Images From Path
Load single images or iterate through image directories with mask support.

πΌοΈ Load Image Advanced
Loads an image, extracts metadata, provides the alpha channel as a mask, and outputs the image's dimensions.

Creates a colorful random shape-based image. Use it as a starting latent for fun and varying shapes. Great for abstract wallpaper creation.

π΅π Audio Visualizer
Creates a visualizer from an input audio. Custom visualizer scripts can be created, and outputs can be saved as images or video.

β¨π¬ Groq LLM API
Query Groq large language model.

β¨π· Groq VLM API
Query Groq vision language model.

β¨π Groq ALM API - Transcribe
Query Groq Audio Model to transcribe audio.

Concatenates multiple strings with dynamic input expansion. New inputs appear as you connect strings.
π² Random Int in Range
Generates a random integer within a specified min/max range. Supports optional seed for reproducibility.
Generates a random floating-point number within a specified range. Supports optional decimal rounding and seed.
π² Random Bool
Generates a random boolean value with optional weighted probability.
π² Random String
Randomly selects one string from a newline-separated list of options.
π² Random Seed
Generates a random 64-bit seed value for use with other nodes.
π² Random Color
Generates a random RGB color with hex and individual channel outputs.
βοΈ Literal Bool
A simple boolean toggle input. Use this to create a True/False source in your workflow.
βοΈ Literal Int
A simple integer input field. Use this to create a whole number source in your workflow.
βοΈ Literal Float
A simple floating-point input field. Use this to create a decimal number source in your workflow.
βοΈ Literal String
A multiline text input field. Use this to create a text source in your workflow.
