From 3f56a65c07366ba3247679565f1617b9171f2242 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 11 May 2024 07:38:21 +0800 Subject: [PATCH] add ComfyUI-LightGradient (#664) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index dbb404f..d9ac612 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8949,6 +8949,16 @@ ], "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" } ] }