From b1649ebf8789ffd704f191d124ea26a1ca49fcf7 Mon Sep 17 00:00:00 2001 From: sumitchatterjee13 <51856136+sumitchatterjee13@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:34:35 +1000 Subject: [PATCH] Add Nuke Nodes for ComfyUI to registry 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 b9fb8f69..c75068a3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32644,6 +32644,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." + } ] }