Extensions/ComfyUI_DD_Nodes
ComfyUI Extension

ComfyUI_DD_Nodes

Custom utility nodes for ComfyUI by Digital Divas.

By digital-divas-admin·Created 6 months ago·Updated 4 months ago· 0
digital-divas-admin/ComfyUI_DD_Nodes
Nodes11
On cloudLocal install
CategoryDD Nodes/Math, DD Nodes/Image
Stars0
Updated4 months ago
Readme

ComfyUI DD Nodes

Custom nodes for ComfyUI by Digital Divas.

Nodes

Text

| Node | Description | |------|-------------| | DD Text Concatenate | Join two strings with an optional separator | | DD Text Replace | Find and replace within text | | DD Show Text | Display text in the UI |

Image

| Node | Description | |------|-------------| | DD Image Resize | Resize with nearest/bilinear/bicubic/area interpolation | | DD Image Batch | Combine two images into a batch | | DD Get Image Size | Return width and height |

Math

| Node | Description | |------|-------------| | DD Integer Math | Arithmetic operations on integers | | DD Float Math | Arithmetic operations on floats | | DD Int to Float | Type conversion | | DD Float to Int | Type conversion with rounding modes |

Installation

Clone into your ComfyUI custom_nodes directory:

cd ComfyUI/custom_nodes
git clone https://github.com/digital-divas-admin/ComfyUI_DD_Nodes.git

Restart ComfyUI to load the nodes.

License

MIT