ComfyUI_DD_Nodes
Custom utility nodes for ComfyUI by Digital Divas.
Nodes (11)
The two-output arithmetic node that saves you a converter
Round, floor, ceil, or truncate — pick your poison
Stop hardcoding resolutions in your workflows
Glue two images together without the shape errors
A batch builder with an on/off switch per image
Force any image to any exact pixel size
Arithmetic for integers, minus the converter nodes
The boring conversion node that unblocks your graph
Finally see what's on your text wire
Join strings with a separator, no Python required
Find and replace, minus the regex angst
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.