From f1a0dabf15bc25706e664a1fccbf52d57686fd60 Mon Sep 17 00:00:00 2001 From: Mitchell Ludwig Date: Thu, 7 Nov 2024 03:00:53 -0700 Subject: [PATCH] Added basix_image_filters to custom node list (#1218) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d1a00a4b..505099bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16808,6 +16808,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "basix", + "title": "Basix Image Filters", + "id": "basix_image_filters", + "reference": "https://github.com/maludwig/basix_image_filters", + "files": [ + "https://github.com/maludwig/basix_image_filters" + ], + "install_type": "git-clone", + "description": "A handful of image filters for ComfyUI (darken, lighten, levels, saturate, hue)" } ] }