0

Hailuo Update Script fails due to dead HF Repo.

@macstephenposted 9/5/2026, 10:52:22 PM·0 replies

What happened?

Ran 'Update Hailuo H3 Runner Script.

Steps to reproduce

  1. Run Hailui H3 Runner Script
  2. Wait for taeh3.safetensor step
  3. Repo not found Error.

Did an App Reset in Pinokio, Same Result.
I can find an alternative taeh3.safetensor on HF, replace that in the python script, it works.

The target file from madebyolin exists in this GH Repo, as a potential alternative. https://github.com/madebyollin/taehv/blob/62f7591f59dfbb4c3c02b7a621d180a9eeaba26c/safetensors/taeh3.safetensors

Navigating to: https://huggingface.co/madebyollin/taeh3/resolve/main/taeh3.safetensors in web browser, leads to dead Repo message.

Your system (OS / GPU / RAM / VRAM / etc.)
MacOS 27
M1 Max MacBook Pro 64GB

Logs / full error output

Paste the full log output here

<>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activateom huggingface_hub import hf_hub_download; import shutil; p=hf_hub_download('madebyollin/taeh3','taeh3.safetensors'); shut/api/phosphene.git/mlx_models/hailuo-h3/models/tae/taeh3.safetensors'); print('TAE draft decoder ready')"
httpx.HTTPStatusError: Client error '404 Not Found' for url 'https://huggingface.co/madebyollin/taeh3/resolve/main/taeh3.safetensors'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404

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

Traceback (most recent call last):
File "", line 1, in
File "/Users/acme/pinokio/api/phosphene.git/minimax-h3-mlx/.venv/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/Users/acme/pinokio/api/phosphene.git/minimax-h3-mlx/.venv/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1019, in hf_hub_download
return _hf_hub_download_to_cache_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/acme/pinokio/api/phosphene.git/minimax-h3-mlx/.venv/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1166, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/Users/acme/pinokio/api/phosphene.git/minimax-h3-mlx/.venv/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1904, in _raise_on_head_call_error
raise head_call_error
huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6a9c9ba2-1333d0b221ecc533309ab4ad;8ff76052-35f2-4b1e-af55-a64c2786eee3)

Repository Not Found for url: https://huggingface.co/madebyollin/taeh3/resolve/main/taeh3.safetensors.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated and your token has the required permissions.
For more details, see https://huggingface.co/docs/huggingface_hub/authentication

Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Hailuo Update Script fails due to dead HF Repo. · Pinokio