EntryNotFoundError when loading Wan2.2-Animate-14B on Colab (missing model_index.json)

#15
by 21f3001076 - opened

Hi, I’m trying to run Wan2.2-Animate-14B on Google Colab, but I get the following error when downloading/loading the model with huggingface_hub or the diffusers pipeline:

EntryNotFoundError: 404 Client Error. (Request ID: Root=1-68d61c93-1c10f42278394e7f01b1b4d6;f36f2117-07a7-48b5-8a9c-f59ca8ce7169)
Entry Not Found for url:
https://huggingface.co/Wan-AI/Wan2.2-Animate-14B/resolve/main/model_index.json

Environment:
Runtime: Google Colab (T4 GPU)
Installed: transformers, diffusers, accelerate, huggingface_hub

Sign up or log in to comment