-
Notifications
You must be signed in to change notification settings - Fork 22
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 |
WAVE GRAPHβΆ Δ±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. |
DONATIONS | HELP |
---|---|
|
|
Code, Discussion or Monetary Contributions are most welcome.
This project is licensed under the MIT License. See the LICENSE file for details.