|
发表于 2025-8-3 04:46:48
|
显示全部楼层
Fetching 3 files: 0%| | 0/3 [00:00<?, ?it/s]C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\file_download.py:980: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`.
For more details, check out https://huggingface.co/docs/hugg ... es-to-local-folder.
warnings.warn(
C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\file_download.py:943: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
Fetching 3 files: 100%|████████████████████████████████████████████████████████████████| 3/3 [00:00<00:00, 1599.45it/s]
Traceback (most recent call last):
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\utils\_http.py", line 409, in hf_raise_for_status
response.raise_for_status()
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\requests\models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://hf-mirror.com/api/models ... a-dev/revision/main
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<frozen __main__>", line 3, in <module>
File "<frozen down>", line 17, in <module>
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\_snapshot_download.py", line 245, in snapshot_download
raise api_call_error
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\_snapshot_download.py", line 165, in snapshot_download
repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision)
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\hf_api.py", line 2844, in repo_info
return method(
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\hf_api.py", line 2629, in model_info
hf_raise_for_status(r)
File "C:\Users\Administrator\rj\Krea-Nunchaku\deepface\lib\site-packages\huggingface_hub\utils\_http.py", line 459, in hf_raise_for_status
raise _format(RepositoryNotFoundError, message, response) from e
huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-688e790a-13282aae78758806327b5d2d;5903cbca-1e33-4948-8c46-6b8850b6b78b)
Repository Not Found for url: https://hf-mirror.com/api/models ... -dev/revision/main.
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. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
Invalid username or password.
请按任意键继续. . .老大下载模型就出错了~ |
|