How to use onnx-community/BiRefNet-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-segmentation', 'onnx-community/BiRefNet-ONNX');
Hello,
I copied the file from the README and got this error (see image below).
Any idea what the problem is and how do i fix it?
1014039768
· Sign up or log in to comment