Instructions to use Xenova/modnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/modnet with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-segmentation', 'Xenova/modnet');
The model is now added to WebAI.js. Try it in your browser with no code required.
#7 opened 6 months ago
by
AxolsWebAI
Testing device-level configs
#5 opened about 1 year ago
by
Xenova
Would be nice to have the output with the alpha already premultiplied
#3 opened over 1 year ago
by
tonynoce
Add fp16 ONNX weights
#2 opened about 2 years ago
by
Xenova