-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Alexander G. Morano edited this page Feb 11, 2024
·
44 revisions
COPY IMAGES INTO COMFYUI TO LOAD SHOWN WORKFLOW
CREATE | |
---|---|
CONSTANT 🟪 | Create a single RGBA block of color. Useful for masks, overlays and general filtering. |
SHAPE GENERATOR ✨ | Generate polyhedra for masking or texture work. |
TEXT GENERATOR 📝 | Uses any system font with auto-fit or manual placement. |
STEREOGRAM 📻 | Make a magic eye stereograms. |
GLSL 🍩 | GLSL Shader support |
ADJUST | |
---|---|
ADJUST 🕸️ | Blur, Sharpen, Emboss, Levels, HSV, Edge detection. |
COLOR MATCH 💞 | Project the colors of one image onto another or use a pre-defined color target. |
THRESHOLD 📉 | Clip an input based on a mid point value. |
COMPOSE | |
---|---|
TRANSFORM 🏝️ | Translate, Rotate, Scale, Tile, Mirror, Re-project and invert an input. |
BLEND ⚗️ | Applies selected operation to 2 inputs with optional mask using a linear blend (alpha). |
PIXEL SPLIT 💔 | Splits images into constituent R, G and B and A channels. |
PIXEL MERGE 🫂 | Combine 3 or 4 inputs into a single image |
STACK ➕ | Union multiple latents horizontal, vertical or in a grid. |
CROP ✂️ | Clip away sections of an image and backfill with optional color matte. |
COLOR THEORY 🛞 | Generate Complimentary, Triadic and Tetradic color sets. |
IMAGE | |
---|---|
EXPORT 📽 | Take your frames out static or animated (GIF) |
IMAGE DIFF 📏 | Explicitly show the differences between two images via self-similarity index |
CALC | |
---|---|
VALUE #️⃣ | Create a value for most types; also universal constants. |
CONVERT🧬 | Convert INT, FLOAT, VEC*, STRING and BOOL. |
CALC OP UNARY 🎲 | Perform a Unary Operation on an input. |
CALC OP BINARY 🌟 | Perform a Binary Operation on two inputs. |
LERP 🔰 | Interpolate between two values with or without a smoothing. |
ANIMATE | |
---|---|
TICK ⏱ | Periodic pulse exporting normalized, delta since last pulse and count. |
WAVE GENERATOR 🌊 | Periodic and Non-Periodic Sinosodials. |
FLOW | |
---|---|
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. |
HOLD VALUE 🫴🏽 | When engaged will send the last value it had even with new values arriving. |
IF-THEN-ELSE 🔀 | IF then A else B |
DEVICE | |
---|---|
MIDI READER🎹 | Capture MIDI devices and pass the data into Comfy. |
MIDI MESSAGE🎛️ | Expands a MIDI message into its values. |
MIDI FILTER ✳️ | Filter MIDI messages by channel, message type or value. |
MIDI FILTER EZ ❇️ | Filter MIDI messages by channel, message type or value. |
STREAM READER📺 | Connect system media devices and remote streams into ComfyUI workflows. |
STREAM WRITER🎞️ | Broadcast ComfyUI Node outputs to custom webserver endpoint. |
AUDIO | |
---|---|
GRAPH WAVE▶ ılıılı | Import and display audio linear waveform data. |
UTILITY | |
---|---|
VALUE GRAPH📈 | Graphs historical execution run values |
AKASHIC📓 | Display the top level attributes of an output |
QUEUE🗃 | Cycle lists of images files or strings for node inputs. |
SELECT🤏🏽 | Select an item from a user explicit list of inputs. |
RE-ROUTE🚌 | Pass all data because the default is broken on connection |
GLSL | |
---|---|
GLSL - GRAYSCALE | Converts input to grayscale. |
GLSL - NOISE | Various noise functions |
GLSL - PATTERN | Pattern factory wip. |
GLSL - POLYGON | Make convex polygons |
GLSL - MAP | Re-project an image |
GLSL - SELECT RANGE | Select a value range from an image for masking. |
GLSL - MIRROR | Mirror an input with an optional custom pivot. |
GLSL - ROTATE | Rotate an input. |
GLSL - TILER | A tiling utility wip. |
GLSL - VFX | Various Video Effects. |
DONATIONS | HELP |
---|---|
|
|
Code, Discussion or Monetary Contributions are most welcome.
This project is licensed under the MIT License. See the LICENSE file for details.