From b9c88da54db578c0b3fcb739b710a67e156a83dc Mon Sep 17 00:00:00 2001 From: sumitchatterjee13 <51856136+sumitchatterjee13@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:23:48 +1000 Subject: [PATCH] Add Nuke Nodes for ComfyUI to registry (#2123) This PR adds nuke-nodes-comfyui to the ComfyUI Manager registry. Features: - Professional compositing nodes replicating Nuke functionality - 15+ nodes including merge, grade, transform, and blur operations - Designed for professional compositing workflows in ComfyUI - Well-documented with installation instructions Repository: https://github.com/sumitchatterjee13/nuke-nodes-comfyui --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 41c3480d..c48269db 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32634,6 +32634,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "sumitchatterjee13", + "title": "Nuke Nodes for ComfyUI", + "reference": "https://github.com/sumitchatterjee13/nuke-nodes-comfyui", + "files": [ + "https://github.com/sumitchatterjee13/nuke-nodes-comfyui" + ], + "install_type": "git-clone", + "description": "A comprehensive collection of ComfyUI custom nodes that replicate the functionality of popular Nuke compositing nodes. Includes merge, grade, transform, blur nodes and more for professional compositing workflows." + } ] }