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

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

@@ -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
    -
  • Node that allows users to specify parameters for the Efficient KSampler's to plot on a grid.
  • +
  • Node that allows users to specify parameters for the Efficiency KSamplers to plot on a grid.

@@ -64,7 +64,7 @@ Efficiency Nodes for ComfyUI

  • Node that the gives user the ability to upscale KSampler results through variety of different methods.
  • Comes out of the box with popular Neural Network Latent Upscalers such as Ttl's ComfyUi_NNLatentUpscale and City96's SD-Latent-Upscaler.
  • -
  • Supports ControlNet guided latent upscaling (must have Fannovel's comfyui_controlnet_aux installed to unlock this feature)
  • +
  • Supports ControlNet guided latent upscaling.

    Note: You must have Fannovel's comfyui_controlnet_aux installed to unlock this feature)

@@ -92,7 +92,7 @@ Efficiency Nodes for ComfyUI

  • The Tiled Upscaler script attempts to encompas BlenderNeko's ComfyUI_TiledKSampler workflow into 1 node.
  • Script supports Tiled ControlNet help via the options.
  • -
  • Strongly recommend the 'preview_method' be "vae_decoded_only" when running the script.
  • +
  • Strongly recommend the preview_method be "vae_decoded_only" when running the script.

@@ -104,7 +104,7 @@ Efficiency Nodes for ComfyUI

AnimateDiff
  • To unlock the AnimateDiff script it is required you have installed Kosinkadink's ComfyUI-AnimateDiff-Evolved.
  • -
  • The latent batch size when running this script becomes your frame count.
  • +
  • The latent 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 +
    +
  • Node that allows for flexible image overlaying. Works also with image batches.
  • +

@@ -127,9 +127,11 @@ Efficiency Nodes for ComfyUI
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.
  • +
  • To activate you must have installed the simpleeval library in Python
  • +
    pip install simpleeval
    +

    @@ -140,29 +142,25 @@ Efficiency Nodes for ComfyUI

-## **Workflow Examples:** - -- HiResFixing with the **HiRes-Fix Script** node +## Workflow Examples: +1. HiRes-Fixing
+ [](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.