Skip to content
Alexander G. Morano edited this page Jul 13, 2024 · 44 revisions

CALC

Node Description
🌟 CALC OP BINARY Perform a Binary Operation on two inputs.
🎲 CALC OP UNARY Perform a Unary Operation on an input.
πŸ•΅πŸ½ COMPARISON Compare two inputs: A=B, A!=B, A>B, A>=B, A<B, A<=B.
βœ‹πŸ½ DELAY Delay traffic. Electrons on the data bus go round.
πŸ”° LERP Interpolate between two values with or without a smoothing.
😡 SWIZZLE Interpolate between two values with or without a smoothing.
⏱ TICK Periodic pulse exporting normalized, delta since last pulse and count.
🧬 VALUE Create a value for most types; also universal constants.

COMPOSE

Node Description
ADJUST πŸ•ΈοΈ Blur, Sharpen, Emboss, Levels, HSV, Edge detection.
BLEND βš—οΈ Applies selected operation to 2 inputs with optional mask using a linear blend (alpha).
COLOR MATCH πŸ’ž Project the colors of one image onto another or use a pre-defined color target.
COLOR THEORY πŸ›ž Generate Complimentary, Triadic and Tetradic color sets.
CROP βœ‚οΈ Clip away sections of an image and backfill with optional color matte.
PIXEL MERGE πŸ«‚ Combine 3 or 4 inputs into a single image.
PIXEL SPLIT πŸ’” Splits images into constituent R, G, B, and A channels.
STACK βž• Union multiple latents horizontal, vertical, or in a grid.
THRESHOLD πŸ“‰ Clip an input based on a midpoint value.
TRANSFORM 🏝️ Translate, Rotate, Scale, Tile, Mirror, Re-project and invert an input.

CREATE

Node Description
πŸŸͺ CONSTANT Create a single RGBA block of color. Useful for masks, overlays, and general filtering.
🍩 GLSL GLSL Shader support.
✨SHAPE GENERATOR Generate polyhedrons for masking or texture work.
πŸ“» STEREOGRAM Generates false perception 3D images from 2D input aka magic eye stereograms.
πŸ•ΆοΈ STEREOSCOPIC Simulates depth perception in images.
πŸ“ TEXT GENERATOR Uses any system font with auto-fit or manual placement.
🌊 WAVE GENERATOR Periodic and Non-Periodic Sinosodials.

DEVICE

Node Description
MIDI FILTER EZ ❇️ Filter MIDI messages by channel, message type or value.
MIDI FILTER ✳️ Filter MIDI messages by channel, message type or value.
MIDI MESSAGE πŸŽ›οΈ Expands a MIDI message into its values.
MIDI READER 🎹 Capture MIDI devices and pass the data into Comfy.
STREAM READER πŸ“Ί Connect system media devices and remote streams into ComfyUI workflows.
STREAM WRITER 🎞️ Broadcast ComfyUI Node outputs to custom webserver endpoint.

UTILITY

Node Description
AKASHIC πŸ““ Display the top-level attributes of an output.
EXPORT πŸ“½ Take your frames out static or animated (GIF).
IMAGE DIFF πŸ“ Explicitly show the differences between two images via self-similarity index.
QUEUE πŸ—ƒ Cycle lists of images files or strings for node inputs.
ROUTE 🚌 Pass all data because the default is broken on connection.
SELECT 🀏🏽 Select an item from a user explicit list of inputs.
VALUE GRAPH πŸ“ˆ Graphs historical execution run values.
Clone this wiki locally