-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Alexander G. Morano edited this page Jul 13, 2024
·
44 revisions
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. |
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. |
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. |
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. |
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. |
DONATIONS | HELP |
---|---|
|
|
Code, Discussion or Monetary Contributions are most welcome.
This project is licensed under the MIT License. See the LICENSE file for details.