Image-to-Video
Diffusers
Safetensors
i2v

Error Raises when trying to Use model in google colab or spaces

#1
by Sushantkas - opened

Screenshot 2025-08-16 112315.png

HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/Skywork/SkyReels-V2-I2V-14B-720P/resolve/main/model_index.json

The above exception was the direct cause of the following exception:

EntryNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py in hf_raise_for_status(response, endpoint_name)
418 elif error_code == "EntryNotFound":
419 message = f"{response.status_code} Client Error." + "\n\n" + f"Entry Not Found for url: {response.url}."
--> 420 raise _format(EntryNotFoundError, message, response) from e
421
422 elif error_code == "GatedRepo":

EntryNotFoundError: 404 Client Error. (Request ID: Root=1-68a01bef-3fe61a905eb17eea606ab8ba;58ae7afa-8735-464e-b049-d38011a80448)

Entry Not Found for url: https://huggingface.co/Skywork/SkyReels-V2-I2V-14B-720P/resolve/main/model_index.json.

When I tried to open this URL . found this URL doesn't exist hence Continously getting this error

Sign up or log in to comment