Skip to content

ComfyUI node suite for composition, stream webcams or media files in and out, animation, flow control, making masks, shapes and textures like Houdini and Substance Designer, read MIDI devices. Also has colorization options for workflow nodes via regex, groups and each node.

License

Notifications You must be signed in to change notification settings

Amorano/Jovimetrix

Repository files navigation

ComfyUI Nodes for procedural masking, live composition and video manipulation

COMFYUI Nodes for procedural masking, live composition and video manipulation

JOVIMETRIX IS ONLY GUARANTEED TO SUPPORT COMFYUI 0.1.2+ and FRONTEND 1.2.30+
IF YOU NEED AN OLDER VERSION, PLEASE DO NOT UPDATE.

KNIVES! FORKS!

SPONSORSHIP

Please consider sponsoring me if you enjoy the results of my work, code or documentation or otherwise. A good way to keep code development open and free is through sponsorship.

BE A GITHUB SPONSOR ❤️

DIRECTLY SUPPORT ME VIA PAYPAL

PATREON SUPPORTER

SUPPORT ME ON KO-FI!

HIGHLIGHTS

  • 30 function BLEND node -- subtract, multiply and overlay like the best
  • Vector support for 2, 3, 4 size tuples of integer or float type
  • Specific RGB/RGBA color vector support that provides a color picker
  • All Image inputs support RGBA, RGB or pure MASK input
  • GLSL shader support
    • GLSL Node provides raw access to Vertex and Fragment shaders
    • Dynamic GLSL dynamically convert existing GLSL scripts file into ComfyUI nodes at runtime
    • Hand written GLSL nodes to speed up specific tasks better done on the GPU (10x speedup in most cases)
  • STREAM READER node to capture monitor, webcam or url media
  • STREAM WRITER node to export media to a HTTP/HTTPS server for OBS or other 3rd party streaming software
  • SPOUT streaming support WINDOWS ONLY
  • MIDI device read support with MIDI FILTER and MIDI FILTER EZ nodes to drive other node parameters
  • Full Text generation support using installed system fonts
  • Basic parameteric shape (Circle, Square, Polygon) generator
  • COLOR BLIND check support
  • COLOR MATCH against existing images or create a custom LUT
  • Generate COLOR THEORY spreads from an existing image
  • PIXEL SPLIT separate the channels of an image to manipulate and PIXEL MERGE them back together
  • STACK a series of images into a new single image vertically, horizontally or in a grid
  • Or FLATTEN a batch of images into a single image with each image subsequently added on top (slap comp)
  • VALUE Node has conversion support for all ComfyUI types and some 3rd party types (2DCoords, Mixlab Layers)
  • LERP node to linear interpolate all ComfyUI and Jovimetrix value types
  • Automatic conversion of Mixlab Layer types into Image types
  • Generic ARRAY that can Merge, Split, Select, Slice or Randomize a list of ANY type
  • STRINGER node to perform specific string manipulation operations: Split, Join, Replace, Slice.
  • A QUEUE Node that supports recursing directories, filtering multiple file types and batch loading
  • Use the OP UNARY and OP BINARY nodes to perform single and double type functions across all ComfyUI and Jovimetrix value types
  • Manipulate vectors with the SWIZZLE node to swap their XYZW positions
  • DELAY execution at certain parts in a workflow, with or without a timeout
  • Generate curve data with the TICK and WAVE GEN nodes
  • Help System for ALL NODES that will auto-parse unknown knows for their type data and descriptions
  • Colorization for ALL NODES using their own node settings, their node group or via regex pattern matching

HELP SYSTEM

CLICKING NODES FOR HELP

The built-in help system will dynamically parse any nodes found at the ComfyUI API endpoint:

<comfyui_web_root>/object_info

If those nodes have descriptions written in HTML or Markdown, they will be converted into HTML for presentation in the panel.

NODE COLORS

alt text

UPDATES

2024/09/18 @1.2.39:

  • COMPARISON node updated to support NONE for all inputs
  • Fixed bad inputs for IMAGE/MASK where they were compound use on slots
  • Cleaner API Message routes
  • new include system for GLSL shaders
  • GLSL: color, camera, const, curve, noise, sdf, shading and vector library supports
  • new GLSL COLOR PALETTE node based on cosines
  • new GLSL INVERT node
  • new GLSL FILTER RANGE node
  • Supported Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/09 @1.2.38:

  • QUEUEs will signal true (TRIGGER) on complete unless halted
  • Supported Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/09 @1.2.37:

  • doubled speed of midi reader when idle
  • reduced GLSL footprint for color conversions
    • sorry if that blew someone's network!
  • new GLSL COLOR PALETTE node based on cosines
  • new GLSL HSV ADJUST
  • Supported Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/08 @1.2.36:

  • MIDI MIDI FILTER and MIDI FILTER EZ Nodes cleaned up
  • COMPARISON Node value conversion fixed
  • new GLSL TRANSFORM Node -- offset, rotate and tile
  • new GLSL POSTERIZE Node
  • new GLSL WARP Node -- warps image based on distortion and strength mask
  • new GLSL CONICAL GRADIENT Node
  • new EDGE mode for GLSL shaders: Clamp, Wrap, Mirror
  • QUEUE TOO Node updated to support batch
  • Supported Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/05 @1.2.35:

  • VALUE Node defaults fixed on save
  • Colorizer Panel is a undergoing major re-constructive surgery
  • Allow slice reversal in ARRAY Node
  • GLSL Nodes allow for IMAGE or MASK input for RGB(A)
  • NOTE ADJUSTED VERSION NUMBERS TO SHOW OLDEST COMFYUI and FRONTEND VERSIONS SUPPORTED:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/04 @1.2.34:

  • Import change for chromium tab crash
  • Added ComfyUI default "tooltips" as last fallback for help docs
  • Supports Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

2024/09/03 @1.2.33:

  • New QUEUE TOO Node focused on efficient image media loading.
  • Better reporting in AKASHIC Node for core ComfyUI types.
  • MODE setting for most nodes has been defaulted to MATTE. The older NONE setting has been removed.
  • Thanks to christian-byrne for squashing a bug in the help sidebar!
  • Thanks to Ainaemaet for cleaning up the STREAM READER Node device list when no devices are present!
  • Supports Versions:
    • ComfyUI 0.1.3+
    • ComfyUI Frontend 1.2.30+

INSTALLATION

Please see the wiki for advanced use of the environment variables used during startup

COMFYUI MANAGER

If you have ComfyUI Manager installed, simply search for Jovimetrix and install from the manager's database.

MANUAL INSTALL

Clone the repository into your ComfyUI custom_nodes directory. You can clone the repository with the command:

git clone https://github.com/Amorano/Jovimetrix.git

You can then install the requirements by using the command:

.\python_embed\python.exe -s -m pip install -r requirements.txt

If you are using a virtual environment (venv), make sure it is activated before installation. Then install the requirements with the command:

pip install -r requirements.txt

WHERE TO FIND ME

You can find me on DISCORD.

About

ComfyUI node suite for composition, stream webcams or media files in and out, animation, flow control, making masks, shapes and textures like Houdini and Substance Designer, read MIDI devices. Also has colorization options for workflow nodes via regex, groups and each node.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published