From f6a5ff555238c4b40ce9683d08dcec2c467265c9 Mon Sep 17 00:00:00 2001 From: llikethat Date: Tue, 2 Dec 2025 21:54:38 +0530 Subject: [PATCH] added iSeeBetter Custom Node (#2324) * added iSeeBetter Custom Node iSeeBetter Custom Node for upscaling * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9fa02b68..822153fb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37742,6 +37742,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Bharanidharan", + "title": "iSeeBetter Node for ComfyUI", + "id": "iseebetter", + "reference": "https://github.com/llikethat/ComfyUI-iseebetter", + "files": [ + "https://github.com/llikethat/ComfyUI-iseebetter" + ], + "install_type": "git-clone", + "description": "Custom Node to implement iSeeBetter upscaling method." } ] }