KJNodes for ComfyUI: Quality of life and masking related nodes
Various quality of life and masking related -nodes and scripts made by combining functionality of existing nodes for ComfyUI.
github.com
https://github.com/kijai/ComfyUI-KJNodesNodes:
- Set/Get: 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.
- ColorToMask: RBG color value to mask, works with batches and AnimateDiff.
- ConditioningMultiCombine: Combine any number of conditions, saves space.
- ConditioningSetMaskAndCombine: Mask and combine two sets of conditions, saves space.
- GrowMaskWithBlur: 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.
- CreateFadeMask: 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.
- CreateAudioMask: Work in progress, currently creates a sphere that's size is synced with audio input.
Comments
None