Instructions to use mattmdjaga/segformer_b2_clothes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mattmdjaga/segformer_b2_clothes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="mattmdjaga/segformer_b2_clothes")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("mattmdjaga/segformer_b2_clothes") model = SegformerForSemanticSegmentation.from_pretrained("mattmdjaga/segformer_b2_clothes") - Inference
- Notebooks
- Google Colab
- Kaggle
ComfyUI import error. Do you know any fixes?
❤️ 1
1
#27 opened about 1 year ago
by
CurseRazer
error all of a sudden without changing anything
2
#25 opened over 1 year ago
by
leomastoras
I couldn't find all the models mentioned in the error in the files and versions.
8
#24 opened over 1 year ago
by
ZSY9259
Can I ask for the frontend code of displaying different masks in one canvas for demonstrate
6
#23 opened over 1 year ago
by
Era14321
Down Jackets
1
#21 opened almost 2 years ago
by
jiahuo
Model throws an error when using with Inference Endpoints
15
#18 opened over 2 years ago
by
pzmudzinski
How can I use it with Segment Anything extension for Automatic1111?
1
#16 opened over 2 years ago
by
Mykee
PKL Format
1
#3 opened almost 3 years ago
by
EmiEmiEmiEmi