Skip to content

Q. UICK NODE REFERENCE

Alexander G. Morano edited this page Aug 17, 2024 · 6 revisions
CREATE Β 
CONSTANT πŸŸͺ Create a single RGBA block of color. Useful for masks, overlays and general filtering.
SHAPE GEN ✨ Generate polyhedra for masking or texture work.
TEXT GEN πŸ“ Uses any system font with auto-fit or manual placement.
STEREOGRAM πŸ“» Make a magic eye stereograms.
STEREOSCOPIC πŸ•ΆοΈ Simulate depth perception in images by generating stereoscopic views.
GLSL 🍩 GLSL Shader support
GRAPH WAVEβ–Ά Δ±lΔ±Δ±lΔ± Import and display audio linear waveform data.
COMPOSE Β 
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 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
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
PIXEL MERGE πŸ«‚ Combine 3 or 4 inputs into a single image
PIXEL SPLIT πŸ’” Splits images into constituent R, G and B and A channels
PIXEL SWAP πŸ”ƒ Swap pixel values between two input images based on specified channel swizzle operations
STACK βž• Union multiple latents horizontal, vertical or in a grid
THRESHOLD πŸ“‰ Clip an input based on a mid point value.
TRANSFORM 🏝️ Translate, Rotate, Scale, Tile, Mirror, Re-project and invert an input
CALCULATE Β 
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 UNARY 🎲 Perform a Unary Operation on an input.
OP BINARY 🌟 Perform a Binary Operation on two inputs.
TICK ⏱ Periodic pulse exporting normalized, delta since last pulse and count.
VALUE #️⃣ Create a value for most types; also universal constants.
WAVE GEN 🌊 Periodic and Non-Periodic Sinosodials.
DEVICE Β 
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.
STREAM READER πŸ“Ί Connect system media devices and remote streams into ComfyUI workflows.
STREAM WRITER 🎞️ Broadcast ComfyUI Node outputs to custom webserver endpoint.
UTILITY Β 
AKASHIC πŸ““ Display the top level attributes of an output
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 πŸ’Ύ Select an item from a user explicit list of inputs.
Clone this wiki locally