Various quality of life and masking related -nodes and scripts made by combining functionality of existing nodes for ComfyUI.
- Clone this repo into
custom_nodes
folder. - Install dependencies: pip install -r requirements.txt
Sets the favicon to green circle when not processing anything, sets it to red when processing and shows progress percentage and the lenghth of your queue. Might clash with other scripts that affect the page title, delete this file to disable (until I figure out how to add options).
Javascript nodes to set and get constants to reduce unnecessary lines. Takes in and returns anything, purely visual nodes. Could still be buggy, especially when loading workflow with missing nodes, use with precaution.
RBG color value to mask, works with batches and AnimateDiff.
Combine any number of conditions, saves space.
Mask and combine two sets of conditions, saves space.
Grows or shrinks (with negative values) mask, option to invert input, returns mask and inverted mask. Additionally Blurs the mask, this is a slow operation especially with big batches.
This node creates batch of single color images by interpolating between white/black levels. Useful to control mask strengths or QR code controlnet input weight when combined with MaskComposite node.
Work in progress, currently creates a sphere that's size is synced with audio input.