# efficiency-nodes-comfyui **Repository Path**: custom_nodes_clone/efficiency-nodes-comfyui ## Basic Information - **Project Name**: efficiency-nodes-comfyui - **Description**: efficiency-nodes-comfyui - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-15 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ⚠️ **IMPORTANT:** Due to shifts in priorities and a decreased interest in this project from my end, this repository will no longer receive updates or maintenance. Use at your own risk... 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/v2.0/efficiency-nodes-comfyui.7z) ### Nodes:
Efficient Loader & Eff. Loader SDXL

KSampler (Efficient), KSampler Adv. (Efficient), KSampler SDXL (Eff.) - 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.

           

Script Nodes - 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.

XY Plot

HighRes-Fix

Noise Control

Tiled Upscaler

AnimateDiff

Image Overlay

SimpleEval Nodes

       

## Workflow Examples: 1. HiRes-Fixing
[](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)
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)
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)
5. Stacking Scripts: **AnimateDiff** + **HiRes-Fix** (with ControlNet)
[](https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/v2.0/workflows/AnimateDiff%20%26%20HiResFix%20Scripts.gif)
### Dependencies The python library simpleeval is required to be installed if you wish to use the **Simpleeval Nodes**.
pip install simpleeval
## **Install:** To install, drop the "_**efficiency-nodes-comfyui**_" folder into the "_**...\ComfyUI\ComfyUI\custom_nodes**_" directory and restart UI.