From 81823c089cacf2d8a9d988ef90e84fd40c58a4f3 Mon Sep 17 00:00:00 2001 From: TSC <112517630+LucianoCirino@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:34:21 -0500 Subject: [PATCH] Update README.md --- README.md | 86 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6e20d16..556b7ba 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,72 @@ Efficiency Nodes for ComfyUI ======= ### A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count. ## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.72/efficiency-nodes-comfyui_V1-72.zip) - -## **Currently Available Nodes:** -
Ksampler (Efficient)
- -
Efficient Loader
- -
XY Plotter Nodes
- -
Image Overlay
- -
SimpleEval Nodes
+- A combination of common initialization nodes. +- Able to load LoRA and Control Net stacks via its 'lora_stack' and 'cnet_stack' inputs. +- Can cache multiple Checkpoint, VAE, and LoRA models via the configuration file 'node_settings.json'. +- Used by the XY Plot node for many of its plot type dependencies. + +

+ +

+ + + +
+ Ksampler & Ksampler Adv. (Efficient) + +- Modded KSamplers with the ability to live preview generations and/or vae decode images. +- Used for running the XY Plot script. ('sampler_state' = "Script") +- Can re-output its last generated outputs by force. ('sampler_state' = "Hold") + +

+ +         + +

+ +
+ +
+ XY Plot + +- Node that allows users to specify parameters for the Efficient KSampler's to plot on a grid. + +

+ +

+ +
+ +
+ Image Overlay + +- Node that allows for flexible image overlaying. Works also with image batches. + +

+ +

+ +
+ +
+ SimpleEval Nodes + +- A collection of nodes that allows users to write simple Python expressions for a variety of data types using the "simpleeval" library. + +

+ +     + +     + +

+ +
## **Examples:**