From 81c3708f3944ee051a7ffd1be887588d526682bf Mon Sep 17 00:00:00 2001 From: AIWarper Date: Mon, 12 May 2025 10:40:43 -0600 Subject: [PATCH] Add NormalCrafterWrapper custom node by AIWarper (#1816) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c11a0772..182925b7 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25656,6 +25656,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AIWarper", + "title": "NormalCrafterWrapper", + "id": "normal-crafter-wrapper", + "reference": "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper", + "files": [ + "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI diffusers wrapper nodes for [a/NormalCrafter](https://github.com/Binyr/NormalCrafter)" } ] }