From 14be379c3e9b51c59afa4ffa32cb9c65090dea4d Mon Sep 17 00:00:00 2001 From: AIWarper Date: Fri, 9 May 2025 22:42:07 -0600 Subject: [PATCH] Add NormalCrafterWrapper custom node by AIWarper --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5e939130..2f479927 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25646,6 +25646,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)" } ] }