From 02c90bd59c89523a431bc72d8f7bc78c2a4b7854 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:18:51 +0200 Subject: [PATCH] Add ComfyUI-SUPIR nodes Wrapper nodes to use SUPIR upscaling process in ComfyUI --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 08b4bf3d..29e0d30d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6525,6 +6525,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kijai", + "title": "ComfyUI-SUPIR", + "reference": "https://github.com/kijai/ComfyUI-SUPIR", + "files": [ + "https://github.com/kijai/ComfyUI-SUPIR" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" } ] }