NODES: NC Audio Recorder, NC Line Counter, NC Increment INT, NC Image Processor
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
Image Processor
The Image Processor outputs in RGBA mode. When linking to anything that requires RGB mode remove the alpha channel
Calculate the border per image resolution
Line Counter and Increment Int
Audio Recorder