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

CALC

Node Description
πŸ•΅πŸ½ 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.
🌟 OP BINARY Perform a Binary Operation on two inputs.
🎲 OP UNARY Perform a Unary Operation on an input.
😡 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.
🌊 WAVE GENERATOR Periodic and Non-Periodic Sinosodials.

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 BLIND Simulate color blindness effects on images.
πŸ’ž COLOR MATCH Project the colors of one image onto another or use a predefined color target.
πŸ›ž COLOR THEORY Generate complimentary, triadic and tetradic color sets.
βœ‚οΈ CROP Clip away sections of an image and back-fill with optional color matte.
🀿 FILTER MASK Create masks based on specific color ranges within an image.
⬇️ FLATTEN Combine multiple input images into a single image by summing their pixel values.
πŸ‡²πŸ‡Ί GRADIENT MAP Remaps gradient to the input image.
πŸ«‚ PIXEL MERGE Combine 3 or 4 inputs into a single image.
πŸ’” PIXEL SPLIT Splits images into constituent R, G, B, and A channels.
πŸ”ƒ PIXEL SWAP Swap pixel values between images.
βž• 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 GRAPH Visualizes audio waveforms as bars.

DEVICE

Node Description
✳️ MIDI FILTER Filter MIDI messages by channel, message type or value.
❇️ MIDI FILTER EZ 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.
πŸŽ₯ SPOUT WRITER Sends frames to a specified Spout receiver application for real-time video sharing.
πŸ“Ί 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.
πŸ“š ARRAY Merging, pickle, slice, random select, or index data.
πŸ“½ EXPORT Take your frames out static or animated (GIF).
πŸ“ˆ GRAPH Graphs historical execution run values.
πŸ—ƒ QUEUE Cycle lists of images files or strings for node inputs.
🚌 ROUTE Pass all data because the default is broken on connection.
πŸ’Ύ SAVE OUTPUT Save output image with metadata to any path.
Clone this wiki locally