imgly / background-removal-js

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
https://img.ly/showcases/cesdk/web/background-removal/web
GNU Affero General Public License v3.0
5.7k stars 357 forks source link

Error: Failed to fetch #104

Open AliYar-Khan opened 7 months ago

AliYar-Khan commented 7 months ago

It was working fine and suddenly it started giving this error message in the browser

err  ---> Error: Failed to fetch /models/medium with size 4194304 but got 0
    at resource.ts:57:1
    at async Promise.all (index 3)
    at async loadAsBlob (resource.ts:71:1)
    at async initInference (inference.ts:16:1)
    at async removeBackground (index.ts:32:1)
DanielHauschildt commented 7 months ago

This happens when the data can't be fetched. Have you tried clearing the cache?

AliYar-Khan commented 7 months ago

@DanielHauschildt yes but that's not working either