From 5fe6f82944f32ee2f1988765a408e421cf8a02e3 Mon Sep 17 00:00:00 2001 From: hackkhai <51231270+hackkhai@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:49:21 +0530 Subject: [PATCH] image matting custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 157b616f..f84e26e5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6224,6 +6224,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "hackkhai", + "title": "ComfyUI-Image-Matting", + "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", + "files": [ + "https://github.com/hackkhai/ComfyUI-Image-Matting" + ], + "install_type": "git-clone", + "description": "This node improves the quality of the image mask. more suitable for image composite matting" } ] }