签到天数: 36 天 [LV.5]常住居民I
无名之辈
- 积分
- 76
|
发表于 2025-9-14 06:19:37
|
显示全部楼层
本帖最后由 ken7121 于 2025-9-14 06:20 编辑
Traceback (most recent call last):
File "<frozen __main__>", line 3, in <module>
File "<frozen app>", line 89, in <module>
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\nunchaku\models\transformers\transformer_flux.py", line 339, in from_pretrained
transformer, model_state_dict, metadata = cls._build_model(pretrained_model_name_or_path, **kwargs)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\nunchaku\models\transformers\utils.py", line 30, in _build_model
state_dict, metadata = load_state_dict_in_safetensors(pretrained_model_name_or_path, return_metadata=True)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\nunchaku\utils.py", line 61, in load_state_dict_in_safetensors
with safetensors.safe_open(fetch_or_download(path), framework="pt", device=device) as f:
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\nunchaku\utils.py", line 34, in fetch_or_download
path = hf_hub_download(repo_id=repo_id, filename=filename, subfolder=subfolder, repo_type=repo_type)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 1008, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 1115, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 1645, in _raise_on_head_call_error
raise head_call_error
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 1533, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 1450, in get_hf_file_metadata
r = _request_wrapper(
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 286, in _request_wrapper
response = _request_wrapper(
File "T:\Krea-Nunchaku-V2\deepface\lib\site-packages\huggingface_hub\file_download.py", line 310, in _request_wrapper
hf_raise_for_status(response)
File "T:\Krea-Nunchaku-V2\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-68c5ee23-6af1cb431cf6c39d688a23ee;6bd2823f-d067-4d34-b88c-b2919e534358)
Repository Not Found for url: https://hf-mirror.com/models/nun ... ea-dev.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. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
Invalid username or password.
Press any key to continue . . .
|
|