From cca9a0629bcacaeb96bb00770317090df4171336 Mon Sep 17 00:00:00 2001 From: zhuowenhao Date: Thu, 1 Feb 2024 17:38:39 +0800 Subject: [PATCH] update Anime Character Segmentation node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c1c1e12f..4bd4b9e7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5136,6 +5136,16 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "LyazS", + "title": "Anime Character Segmentation node for comfyui", + "reference": "https://github.com/LyazS/comfyui-anime-seg", + "files": [ + "https://github.com/LyazS/comfyui-anime-seg" + ], + "install_type": "git-clone", + "description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",