Update README.md

This commit is contained in:
TSC
2023-08-08 22:34:21 -05:00
committed by GitHub
parent b4d7963444
commit 81823c089c

View File

@@ -2,28 +2,72 @@ Efficiency Nodes for ComfyUI
======= =======
### A collection of <a href="https://github.com/comfyanonymous/ComfyUI" >ComfyUI</a> custom nodes to help streamline workflows and reduce total node count. ### A collection of <a href="https://github.com/comfyanonymous/ComfyUI" >ComfyUI</a> 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) ## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.72/efficiency-nodes-comfyui_V1-72.zip)
<!-------------------------------------------------------------------------------------------------------------------------------------------------------->
<details>
<summary>Efficient Loader</summary>
## **Currently Available Nodes:** - A combination of common initialization nodes.
<details><summary>Ksampler (Efficient)</summary><ul> - Able to load LoRA and Control Net stacks via its 'lora_stack' and 'cnet_stack' inputs.
• A modded KSampler with the ability to preview/output images and run scripts.<br> - Can cache multiple Checkpoint, VAE, and LoRA models via the configuration file 'node_settings.json'.
</ul></details> - Used by the XY Plot node for many of its plot type dependencies.
<details><summary>Efficient Loader</summary><ul> <p align="center">
• A combination of common initialization nodes. <img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20Efficient%20Loader.png?raw=true" width="320">
</ul></details> </p>
<details><summary>XY Plotter Nodes</summary><ul> </details>
• A collection of nodes that allows users to specify parameters for the KSampler (Efficient) to plot on a grid. <!-------------------------------------------------------------------------------------------------------------------------------------------------------->
</ul></details> <details>
<summary>Ksampler & Ksampler Adv. (Efficient)</summary>
<details><summary>Image Overlay</summary><ul> - Modded KSamplers with the ability to live preview generations and/or vae decode images.
• Node that allows for flexible image overlaying. - Used for running the XY Plot script. <i>('sampler_state' = "Script")</i>
</ul></details> - Can re-output its last generated outputs by force. <i>('sampler_state' = "Hold")</i>
<details><summary>SimpleEval Nodes</summary><ul> <p align="center">
A collection of nodes that allows users to write simple Python expressions for a variety of data types using the "<a href="https://github.com/danthedeckie/simpleeval" >simpleeval</a>" library. <img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20KSampler%20(Efficient).png?raw=true" width="320">
&nbsp; &nbsp; &nbsp; &nbsp;
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20KSampler%20Adv.%20(Efficient).png?raw=true" width="320">
</p>
</ul></details> </details>
<!-------------------------------------------------------------------------------------------------------------------------------------------------------->
<details>
<summary>XY Plot</summary>
- Node that allows users to specify parameters for the Efficient KSampler's to plot on a grid.
<p align="center">
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20XY%20Plot.png?raw=true" width="320">
</p>
</details>
<!-------------------------------------------------------------------------------------------------------------------------------------------------------->
<details>
<summary>Image Overlay</summary>
- Node that allows for flexible image overlaying. Works also with image batches.
<p align="center">
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20Image%20Overlay.png?raw=true" width="320">
</p>
</details>
<!-------------------------------------------------------------------------------------------------------------------------------------------------------->
<details>
<summary>SimpleEval Nodes</summary>
- A collection of nodes that allows users to write simple Python expressions for a variety of data types using the "<a href="https://github.com/danthedeckie/simpleeval" >simpleeval</a>" library.
<p align="center">
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20Evaluate%20Integers.png?raw=true" width="320">
&nbsp; &nbsp;
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20Evaluate%20Floats.png?raw=true" width="320">
&nbsp; &nbsp;
<img src="https://github.com/LucianoCirino/efficiency-nodes-media/blob/main/images/nodes/NODE%20-%20Evaluate%20Strings.png?raw=true" width="320">
</p>
</details>
## **Examples:** ## **Examples:**