From 190aa1cedcde78c260bce44164e1025d49d75766 Mon Sep 17 00:00:00 2001
From: TSC <112517630+LucianoCirino@users.noreply.github.com>
Date: Sat, 21 Oct 2023 10:09:51 -0500
Subject: [PATCH] Update README.md
---
README.md | 64 +++++++++++++++++++++++++++----------------------------
1 file changed, 31 insertions(+), 33 deletions(-)
diff --git a/README.md b/README.md
index 97bc2d6..d5c8eb7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@ Efficiency Nodes for ComfyUI
Efficient Loader & Eff. Loader SDXL
-
lora_stack and cnet_stack inputs.token_normalization and weight_interpretation widgets.
note: "🔍 View model info..." requires ComfyUI-Custom-Scripts to be installed to function.
-
@@ -27,7 +27,7 @@ Efficiency Nodes for ComfyUI
- Modded KSamplers with the ability to live preview generations and/or vae decode images.
- 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.
+- Can execute a variety of scripts, such as the XY Plot script. To activate the script, simply connect the input connection.
Note: You must have Fannovel's comfyui_controlnet_aux installed to unlock this feature)
@@ -42,7 +42,7 @@ Efficiency Nodes for ComfyUI
Script Nodes
-- A group of node's that are used in conjuction with the Efficient KSamplers to execute a variety of 'pre-wired' actions.
+- A group of node's that are used in conjuction with the Efficient KSamplers to execute a variety of 'pre-wired' set of actions.
- Script nodes can be chained if their input/outputs allow it. Multiple instances of the same Script Node in a chain does nothing.
@@ -51,7 +51,7 @@ Efficiency Nodes for ComfyUI
XY Plot
-
@@ -64,7 +64,7 @@ Efficiency Nodes for ComfyUI
@@ -92,7 +92,7 @@ Efficiency Nodes for ComfyUI
preview_method be "vae_decoded_only" when running the script.
@@ -104,7 +104,7 @@ Efficiency Nodes for ComfyUI
AnimateDiff
batch_size when running this script becomes your frame count.
@@ -115,10 +115,10 @@ Efficiency Nodes for ComfyUI
Image Overlay
-
-- Node that allows for flexible image overlaying. Works also with image batches.
-
+ Image Overlay
+
+
SimpleEval Nodes
-
-- A collection of nodes that allows users to write simple Python expressions for a variety of data types using the simpleeval library.
-
+
+
pip install simpleeval
+
@@ -140,29 +142,25 @@ Efficiency Nodes for ComfyUI
+ [
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/HiResFix%20Script.png)
-[
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/HiResFix%20Script.png)
+2. SDXL Refining & **Noise Control Script**
+ [
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/SDXL%20Refining%20%26%20Noise%20Control%20Script.png)
-- SDXL Refining using the **Eff. SDXL Loader**, & **Ksampler SDXL (Eff.)**
+3. **XY Plot**: LoRA model_strength vs clip_strength
+ [
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/XYPlot%20-%20LoRA%20Model%20vs%20Clip%20Strengths.png)
-[
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/SDXL%20Refining%20%26%20Noise%20Control%20Script.png)
+4. Stacking Scripts: **XY Plot** + **Noise Control** + **HiRes-Fix**
+ [
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/XYPlot%20-%20Seeds%20vs%20Checkpoints%20%26%20Stacked%20Scripts.png)
-- Comparing LoRA Model & Clip Strenghts via the **XY Plot** node.
+5. Stacking Scripts: **AnimateDiff** + **HiRes-Fix**
+ [
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/AnimateDiff%20%26%20HiResFix%20Scripts.gif)
-[
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/XYPlot%20-%20LoRA%20Model%20vs%20Clip%20Strengths.png)
-
-- Stacking Scripts: **XY Plot** + **Noise Control** + **HiRes-Fix**
-
-[
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/XYPlot%20-%20Seeds%20vs%20Checkpoints%20%26%20Stacked%20Scripts.png)
-
-- Stacking Scripts: **AnimateDiff** + **HiRes-Fix**
-[
](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/AnimateDiff%20%26%20HiResFix%20Scripts.gif)
### Dependencies
-Dependencies are automatically installed during ComfyUI boot up.
+Simpleeval library is required to use the simpleeval nodes.
## **Install:**
To install, drop the "_**efficiency-nodes-comfyui**_" folder into the "_**...\ComfyUI\ComfyUI\custom_nodes**_" directory and restart UI.