ComfyUI Extension: ComfyUI-NCNodes

Authored by Siempreflaco

Created

Updated

0 stars

NODES: NC Audio Recorder, NC Line Counter, NC Increment INT, NC Image Processor

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

    Image Processor

    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

    Line Counter and Increment Int

    Prompt Select

    Audio Recorder

    Audio Recorder