Extensions/ComfyUI-NCNodes
ComfyUI Extension

ComfyUI-NCNodes

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

By Siempreflaco·Created about a year ago·Updated about a year ago· 0
Siempreflaco/ComfyUI-NCNodes
Nodes
On cloudLocal install
Stars0
Updatedabout a year ago
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>