A suite of nodes for ComfyUI that helps making ComfyUI more accesible for artists
A collection of utility nodes for ComfyUI to enhance your workflow.
Dynamically replace placeholders (like !variable_name) in a text prompt with actual values, making it easy to reuse and modify prompts without changing their structure.
Automatically resizes images based on a desired width while maintaining aspect ratio, using high-quality Lanczos scaling.
A utility node that allows you to link and toggle multiple groups of nodes simultaneously, helping you organize and control complex workflows.
A toggle boolean node that changes colors (purple/green) based on its state and displays custom text from a string input. Perfect for visual workflow control and status indication.
A utility node that reads LoRA models from a CSV file, providing an easy-to-use dropdown menu for model selection with automatic path and prompt formatting for ComfyUI's LoRA loader.
The Variables Injector node allows you to dynamically replace placeholders in your prompts with variable values. This makes it easy to reuse prompts with different values.
variable_name | variable_value
item | bag
!variable_name
"A woman holding a !item"
!item
with bag
in the final promptInput string: item | bag
Prompt: "A woman holding a !item"
Result: "A woman holding a bag"
The Variables Logic node provides a visual toggle with customizable text labels. It's useful for controlling workflow logic and providing visual feedback.
text_when_off | text_when_on
"book | shoos"
Input string: "book | shoos"
Result: Shows "book" in purple when OFF, "shoos" in green when ON
A utility node that provides a convenient way to manage and select LoRA models from a CSV list. The node reads model paths and metadata from a CSV file and provides them in a format compatible with ComfyUI's LoRA loader.
ComfyUI/custom_nodes
directory:cd custom_nodes
git clone https://github.com/FinetunersAI/finetunersTest.git
After installation, you'll find the nodes in the node menu under the "finetuners" category.