A collection of forks, QoL nodes and utilities for ComfyUI
A collection of forks, QoL nodes, and utilities for ComfyUI.
A node to calculate arguments for the default ComfyUI node 'Pad Image For Outpainting' based on justifying and expanding to common SDXL and SD1.5 aspect ratios.
Loads media from various sources with advanced options for sequence handling.
loop_first_frame
.A node that finds the minimum or maximum value among multiple inputs. Forked from Impact Pack's MinMax node, extended to support up to 8 inputs. Accepts any comparable type and returns the min/max value of the same type.
A context selector that extracts an item's index from a list of delimiter-separated strings.
Combines text with optional prepend, append, and override operations.
A node to perform arithmetic operations on a number, including pre-addition, multiplication, and post-addition. It also provides formatted string outputs for the number, its integer representation, and a boolean indicating if the number is greater than 0.
A node to remap a number from one range to another.
A node to handle boolean operations with additional features.
A node that switches between two outputs based on a boolean value. Supports overriding the boolean value with an optional input.
A node to select an item from a list based on a given index.
A node to blend frames of an image sequence.
A fork of ComfyUI_essentials' Image Resize node with added face detection capabilities:
Uses OpenCV's DNN face detector for reliable face detection, falling back to center crop if no face is found.
A node to select specific lines from a text input based on line numbers, with an optional random toggle.
Converts multi-line text input into a list, with each line as a separate item.
Extracts a specific item from a list at the given index, with options for handling out-of-range indices.
A node that generates music using Meta's MusicGen model based on text prompts. This is a fork of comfyui-sound-lab's musicNode, modified to conform to ComfyUI's standard AUDIO format for better integration with the core audio workflow.
Features:
Inputs:
The node outputs audio in the standard ComfyUI AUDIO format, compatible with audio preview and save nodes.
Models are stored in ComfyUI's models directory under 'musicgen/[model_name]' and are downloaded automatically when first selected. You can also manually place model files in these directories if you've downloaded them separately.
comfy Professional-grade audio normalization using broadcast standards (BS.1770-4) with true-peak limiting.
Inputs:
audio
: AUDIO format inputtarget_lufs
: Target integrated loudness (default: -14 LUFS for streaming)true_peak_limit
: Maximum true-peak level (default: -1 dBTP)normalize_type
: Choose between LUFS or peak normalizationOutput:
Example usage:
Technical Details: