You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
/home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:5
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
^
Error: Failed to download gdrive link
at /home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:84:23
at Generator.next ()
at fulfilled (/home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
The u2net.onnx model is used to make the image transparent. Since this file is 170MB in size, I guess the developer didn't put it in the repo. There is a code in the code that tries to download this file from a Google Drive link, but I think that code is not working right now.
/home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:5
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
^
Error: Failed to download gdrive link
at /home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:84:23
at Generator.next ()
at fulfilled (/home/Desktop/my_project/back-end/node_modules/rembg-node/dist/gdown.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: