Nodes Browser
ComfyDeploy: How comfyui_segformer_b2_clothes works in ComfyUI?
What is comfyui_segformer_b2_clothes?
SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation! Download the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)
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
comfyui_segformer_b2_clothes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui_segformer_b2_clothes
SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!
install:
1.download and put on custom_nodes
2.download models (模型位置统一放到了models目录下)
https://huggingface.co/mattmdjaga/segformer_b2_clothes 放到models/segformer_b2_clothes
https://huggingface.co/sayeed99/segformer-b3-fashion 放到 models/segformer_b3_fashion
3.安装依赖 requirements.txt
4.segformer_b2_clothes
5.segformer_b3_fashion