A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count.
Github Repo: https://github.com/LucianoCirino/efficiency-nodes-comfyui
Currently Available Nodes:
Ksampler (Efficient)
A modded KSampler with the ability to preview/output images and run scripts.
Efficient Loader
A combination of common initialization nodes.
XY Plotter Nodes
A collection of nodes that allows users to specify parameters for the KSampler (Efficient) to plot on a grid.
Image Overlay
Node that allows for flexible image overlaying.
SimpleEval Nodes
A collection of nodes that allows users to write simple Python expressions for a variety of data types using the "simpleeval" library.
Description
Node Changes:
XY Plot:
New node that connects to the KSampler Efficient through a "script" type connection.
Allows user to define a 2D grid of variable parameters.
The currently supported XY parameters to plot are:
Incremental Seeds Batch (Seeds++ Batch)
Latent Batch
Steps
CFG Scale
Sampler, Scheduler
Denoise
VAE
Ksampler (Efficient):
Upgraded the custom KSampler to handle XY Plot script inputs.
Added a "Script" state to apply XY Plot scripts.
Fixed bugs regarding the "Hold" state.
Efficient Loader:
Restructured the guts of the loader for future flexibility.
...Rest of the nodes are unchanged.