Skip to content

Latest commit

 

History

History
161 lines (120 loc) · 7.41 KB

README.md

File metadata and controls

161 lines (120 loc) · 7.41 KB
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.3+ and FRONTEND 1.2.40+
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
    • Over 20+ 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 parametric 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
  • COLOR MEANS to generate palettes for existing images to keep other images in the same tonal ranges
  • 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/12/04 @1.2.53:

  • rolled back pillow requirement to 10.2.0 or above
  • akashic node now sizes and reports correct outputs for all inputs (with labels)
  • NEW VERSION REQUIREMENTS (only guarenteed to work 100% with):
    • ComfyUI 0.3.6 or greater
    • ComfyUI Frontend 1.5.3 or greater

2024/12/04 @1.2.52:

  • vector widget updated to use new events by webfiltered
  • colorpicker updated to pop in place (Chrome only atm) by webfiltered

2024/12/04 @1.2.51:

  • attempt to fix string field length being shrunk AKASHIC node.
  • version up requirements for aiohttp, glfw, matplotlib, mss, pillow, pywin32, scikit-learn

2024/12/03 @1.2.50:

  • parse_param updated for GLSL nodes
  • bug: GLSL nodes were not parsing LIST as an animation LIST
  • removed skip_list mechanism for parameters

2024/11/26 @1.2.49:

  • cleaning up debug statements

2024/11/24 @1.2.48:

  • requirements update for OpenGL Accelerate
  • Fixed bad escape sequence in header in image/init

2024/11/16 @1.2.47:

  • Better list handling for VALUE node et. al.
  • Wave defaults for offset/phase adjusted to be zero (0)

2024/10/29 @1.2.46:

  • DELAY node updated maintain ComfyUI zoom (fixes issue #61)
  • Added Enable/Disable for Screensaver mode in DELAY node (added option from issue #61)
  • Added Resize Matte for nodes with MODE operator

2024/10/16 @1.2.45:

  • ENUMs cleaned for all usages (someone send coffee bucks to bframes for the bug checks!)

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.