Flowise
Flowise copied to clipboard
[BUG] 400 Client Error: Bad Request for url: https://s3.us-east-1.amazonaws.com
Describe the bug I create a huggingface not it's have the network issue.
Error: 400 Client Error: Bad Request for url: https://s3.us-east-1.amazonaws.com/lfs.huggingface.co/repos/36/2c/362cd4772ca1a9fd07d666e19be9b736df444e38495291ed4d6fb4c4d6d7595d/a8fd120b1a0032e70ff3d4b8ab8e46a6d01c2cb08ffe7c007a021c1788928146
at HfInference.request (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/@huggingface/inference/dist/index.js:452:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async HfInference.featureExtraction (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/@huggingface/inference/dist/index.js:291:17)
at async RetryOperation._fn (/Users/hawei/.local/opt/node-v18.15.0/lib/node_modules/flowise/node_modules/p-retry/index.js:50:12) {
attemptNumber: 7,
retriesLeft: 0
}
To Reproduce
Follow this diagram create a flow. :
Expected behavior Huggingface node can success running.
Screenshots
Setup
Additional context Add any other context about the problem here.
Also has been create another issue in huggingface/inference: https://github.com/huggingface/huggingface.js/issues/209
when running on huggingface inference api without using flowise, does it work?
Should be fixed now