-
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 |
---|---|
π΅π½ 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. |
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. |
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 | 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. |
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. |
DONATIONS | HELP |
---|---|
|
|
Code, Discussion or Monetary Contributions are most welcome.
This project is licensed under the MIT License. See the LICENSE file for details.