From 8dde2bc641c17b67888709cf6c845bd6dbb541b0 Mon Sep 17 00:00:00 2001 From: Praveenhalder <164347311+Praveenhalder@users.noreply.github.com> Date: Fri, 27 Feb 2026 22:18:13 +0530 Subject: [PATCH] Added a node. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index d2159756..d7dfb696 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44047,6 +44047,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Praveen", + "title": "ComfyUI DeOldify", + "id": "deoldify", + "reference": "https://github.com/Praveenhalder/ComfyUI-DeOldify", + "files": [ + "https://github.com/Praveenhalder/ComfyUI-DeOldify" + ], + "install_type": "git-clone", + "description": "Fast image and video colorization." + }, ] }