ComfyUI Extension: ComfyUI-NCNodes

Authored by Siempreflaco

Created

Updated

0 stars

NODES: Audio Recorder, Line Counter, Increment INT, Image Processor, Load 3D Mesh From Outputs

Custom Nodes (0)

    README

    Installation

    Clone into custom nodes directory in ComfyUI:

    git clone https://github.com/Siempreflaco/ComfyUI-NCNodes.git

    Install dependencies for portable:

    cd ComfyUI-NCNodes

    ..\..\..\python_embeded\python.exe -m pip install -r requirements.txt

    Install dependencies for env:

    cd ComfyUI-NCNodes

    pip install -r requirements.txt


    Nodes

    <details> <summary><h3>Image Processor</h3></summary>

    The Image Processor outputs in RGBA mode. When linking to anything that requires RGB mode remove the alpha channel

    Image Processor Node

    Calculate the border per image resolution

    Image Processor Node calculate border

    </details> <details> <summary><h3>Load 3D Mesh From Outputs</h3></summary>

    Load3DFromOutputNode

    </details> <details> <summary><h3>Line Counter and Increment Int</h3></summary>

    Prompt Select

    </details> <details> <summary><h3>Audio Recorder</h3></summary>

    Audio Recorder

    </details>