diff --git a/README.md b/README.md index ed8adfb..7d22906 100644 --- a/README.md +++ b/README.md @@ -2,46 +2,117 @@ 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.92/efficiency-nodes-comfyui-v192.7z) +### Nodes:
- Efficient Loader - -- 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. (cache settings found in config file 'node_settings.json') -- Used by the XY Plot node for many of its plot type dependencies. + Efficient Loader & Eff. Loader SDXL +

- + +

-
- Ksampler & Ksampler Adv. (Efficient) + KSampler (Efficient), KSampler Adv. (Efficient), KSampler SDXL (Eff.) - 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 be set to re-output their last outputs by force. ('sampler_state' = "Hold") +- Feature a special seed box that allows for a clearer management of seeds. (-1 seed to apply the selected seed behavior) +- Can execute a variety of scripts, such as the XY Plot script. To activate the script, simply connect the input connection.

- -         - + +       + +       +

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

- -

- + Script Nodes + +- A group of node's that are used in conjuction with the Efficient KSamplers to execute a variety of 'pre-wired' actions. +- Script nodes can be chained if their input/outputs allow it. Multiple instances of the same Script Node in a chain does nothing. +

+ +

+ +
+ XY Plot + +

+ +

+ +
+ +
+ HighRes-Fix + +

+ +

+ +
+ +
+ Noise Control + +

+ +

+ +
+ +
+ Tiled Upscaler + +

+ +

+ +
+ +
+ AnimateDiff + +

+ +

+ +
+
Image Overlay @@ -49,15 +120,15 @@ Efficiency Nodes for ComfyUI - Node that allows for flexible image overlaying. Works also with image batches.

- +

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

@@ -69,7 +140,7 @@ Efficiency Nodes for ComfyUI

-## **Examples:** +## **Workflow Examples:** - HiResFix using the **Efficient Loader**, **Ksampler (Efficient)**, and **HiResFix Script** nodes