From 8be1f1494cb3f2238348cc4699957f3b91787434 Mon Sep 17 00:00:00 2001 From: Rohit Mahto Date: Tue, 3 Mar 2026 02:20:57 +0530 Subject: [PATCH] Add Champdev Custom Nodes (#2654) * Add Chamdev Custom Nodes * fix review comments --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 32292568..76543535 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44077,6 +44077,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rohit267", + "title":"Champdev Custom Nodes", + "id":"champdev", + "reference":"https://github.com/rohit267/champdev-comfyui-nodes", + "install_type":"git-clone", + "description":"Champdev Custom Nodes. Currently contains Champdev Save Image, auto delete image after input seconds, overwrite file, save to temp dir." } ] }