From 4c0065bdfb59834f22e5036000a3a18ab7724b08 Mon Sep 17 00:00:00 2001 From: ray <7039986@qq.com> Date: Sun, 12 May 2024 21:21:03 +0800 Subject: [PATCH] add comfyui's gaffer (#669) * add ComfyUI-LightGradient * add comfyui's gaffer --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index bb1e2645..d73379ac 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9151,6 +9151,26 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ray", + "title": "Light Gradient for ComfyUI", + "reference": "https://github.com/huagetai/ComfyUI_LightGradient", + "files": [ + "https://github.com/huagetai/ComfyUI_LightGradient" + ], + "install_type": "git-clone", + "description": "Nodes:Image Gradient,Mask Gradient" + }, + { + "author": "ray", + "title": "comfyui's gaffer(ComfyUI native implementation of IC-Light. )", + "reference": "https://github.com/huagetai/ComfyUI-Gaffer", + "files": [ + "https://github.com/huagetai/ComfyUI-Gaffer" + ], + "install_type": "git-clone", + "description": "Nodes:Load ICLight Model,Apply ICLight,Simple Light Source,Calculate Normal Map" } ] }