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
***Efficiency Nodes v1.5 Updates***
# UPDATES/CHANGES:
- The "XY Plot" node has been completely redesigned, offering a significantly simplified setup
that enhances user experience. It now also supports the plotting of Checkpoints and LoRAs.
- The old "Evaluate" nodes now employ the SimpleEval library, enabling secure creation and
execution of custom python expressions for a variety of data types.
- You can now manage various node's model cache settings through the 'cache_settings.json'.
# BUG FIXES:
- Fixed a bug in the Efficient Loader where a new checkpoints wouldn't load if a LoRA was loaded.
- Fixed a Efficient KSampler "input type" error bug.
# NOTES:
- Please load a new set of "XY Plot" & "Efficient Loader" nodes to properly apply changes.