From 14f567c0319c8c0314ad730dc2576bd08be017cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C6=B0=C6=A1ng=20Quang=20T=C3=B9ng?= <69032433+tungdop2@users.noreply.github.com> Date: Fri, 22 Nov 2024 05:21:56 +0700 Subject: [PATCH] Face Restorer for ComfyUI (#1258) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7b59a336..a161820b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17482,6 +17482,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", + "reference": "https://github.com/tungdop2/Comfyui_face_restorer", + "files": [ + "https://github.com/tungdop2/Comfyui_face_restorer" + ], + "install_type": "git-clone", + "description": "The face restore node for ComfyUI, based on RestoreFormer" } ] }