TSC 08c1edba91 ____Node Changes____
XY Plot:
- A 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:
	1. Incremental Seeds Batch (Seeds++ Batch)
	2. Latent Batch
	3. Steps
	4. CFG Scale
	5. Sampler, Scheduler
	6. Denoise
	7. VAE


Ksampler (Efficient):
- Upgraded the custom KSampler to handle XY Plot script inputs.
- Updated


Efficient Loader:
- Restructured the guts of the loader for future flexibility.


...

Rest of the nodes are unchanged.
2023-04-17 22:25:57 -05:00
2023-04-07 22:21:52 -05:00
2023-04-06 15:05:52 -05:00
2023-04-06 17:04:45 -05:00
2023-04-17 22:25:57 -05:00
2023-04-06 15:05:52 -05:00
2023-04-07 22:29:02 -05:00

Efficiency Nodes for ComfyUI

A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count.

Direct Download Link

Currently Available Nodes:

Ksampler (Efficient)
    • A modded KSampler with the ability to preview and output images.
    • Re-outputs key inputs which helps promote a cleaner and more streamlined workflow look for ComfyUI.
    • Can force hold all of its outputs without regenerating by setting its state to "Hold".
    note: when using multiple instances of this node, each instance must have a unique ID for the "Hold" state to function properly.
Efficient Loader
    • A combination of common initialization nodes.
Image Overlay
    • Node that allows for flexible image overlaying.
Evaluate Integers
    • 3 integer input node that gives the user ability to write their own python expression for a INT/FLOAT type output.
Evaluate Strings
    • 3 string input node that gives the user ability to write their own python expression for a STRING type output.

Examples:

  • HiResFix using the Efficient Loader & Ksampler (Efficient)
  • Photobashing using the Image Overlay node

Install:

To install, drop the "efficiency-nodes-comfyui" folder into the "...\ComfyUI\ComfyUI\custom_nodes" directory and restart UI.

Description
A collection of ComfyUI custom nodes.- Awesome smart way to work with nodes!
Readme GPL-3.0 331 MiB
Languages
Python 76.1%
JavaScript 23.5%
CSS 0.4%