Efficiency Nodes for ComfyUI: v1.3: efficiencyNodesFor_v13.zip

SD 1.5 Standard Archive
Download

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:

    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.

  • 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.

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.