diff --git a/README.md b/README.md index b83d2b8..369201f 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,33 @@ Efficiency Nodes for ComfyUI ### A collection of ComfyUI custom nodes to help streamline workflows and reduce node count for ComfyUI. ## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.0/efficiency-nodes-comfyui.v1.0.zip) -## **Current Nodes:** -* Ksampler (Efficient) -* Efficient Loader -* Image Overlay -* Evaluate Integers -* Evaluate Strings +## **Currently Available Nodes:** +
Ksampler (Efficient) + * Modded KSampler that has the ability to preview and output images
+ * Re-outputs key inputs for a cleaner ComfyUI workflow look
+ * Can force hold all of its outputs without regenerating, including the output image +
note: When using multiple instances of this node, each node must have a unique id for the "Hold" function to work 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 output. +
## **Examples:**