Nodes Browser
ComfyDeploy: How Anime Character Segmentation node for comfyui works in ComfyUI?
What is Anime Character Segmentation node for comfyui?
A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background).
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Anime Character Segmentation node for comfyui
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui-anime-seg
A Anime Character Segmentation node for comfyui, based on this hf space and forked from abg-comfyui
Installation
- git clone this repo to the custom_nodes directory
git clone https://github.com/LyazS/comfyui-anime-seg.git
- Download dependencys on requirements.txt on comfyui
pip install -r requirements.txt
- Download the
isnetis.onnx
model from here, and put it in thecustom_nodes/comfyui-anime-seg/model
directory.
Usage
Create a "mask/Anime Character Seg" node, and connect the images to input, and it would segment the anime character and output the masks.