Did something break with the hugging face models ? #288

Open
opened 2023-07-01 21:59:33 +00:00 by wiznat · 4 comments

Everytime I'm trying to start up on any device I'm getting some errors about the hugging face models

This share link expires in 72 hours. For free permanent hosting and GPU upgrades (NEW!), check out Spaces: https://huggingface.co/spaces
Loading TorToiSe... (AR: None, diffusion: None, vocoder: bigvgan_24khz_100band)
Hardware acceleration found: cuda
Traceback (most recent call last):
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 403, in get_feature_extractor_dict
resolved_feature_extractor_file = cached_path(
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 282, in cached_path
output_path = get_from_cache(
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 486, in get_from_cache
_raise_for_status(r)
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 411, in _raise_for_status
raise RevisionNotFoundError((f"404 Client Error: Revision Not Found for url: {request.url}"))
transformers.utils.hub.RevisionNotFoundError: 404 Client Error: Revision Not Found for url: https://huggingface.co/facebook/wav2vec2-large-960h/resolve/main/preprocessor_config.json

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\10850K\Documents\Tortoise\mqr 2\src\main.py", line 24, in
tts = load_tts()
File "C:\Users\10850K\Documents\Tortoise\mqr 2\src\utils.py", line 3385, in load_tts
tts = TorToise_TTS(minor_optimizations=not args.low_vram, autoregressive_model_path=autoregressive_model, diffusion_model_path=diffusion_model, vocoder_model=vocoder_model, tokenizer_json=tokenizer_json, unsqueeze_sample_batches=args.unsqueeze_sample_batches)
File "C:\Users\10850K\Documents\Tortoise\mqr 2\modules\tortoise-tts\tortoise\api.py", line 296, in init
self.aligner = Wav2VecAlignment(device='cpu' if get_device_name() == "dml" else self.device)
File "C:\Users\10850K\Documents\Tortoise\mqr 2\modules\tortoise-tts\tortoise\utils\wav2vec_alignment.py", line 59, in init
self.feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(f"facebook/wav2vec2-large-960h")
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 308, in from_pretrained
feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs)
File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 422, in get_feature_extractor_dict
raise EnvironmentError(
OSError: None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions.
Killing tunnel 127.0.0.1:8000 <> https://f1fbd60609b407f43d.gradio.live

Everytime I'm trying to start up on any device I'm getting some errors about the hugging face models This share link expires in 72 hours. For free permanent hosting and GPU upgrades (NEW!), check out Spaces: https://huggingface.co/spaces Loading TorToiSe... (AR: None, diffusion: None, vocoder: bigvgan_24khz_100band) Hardware acceleration found: cuda Traceback (most recent call last): File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 403, in get_feature_extractor_dict resolved_feature_extractor_file = cached_path( File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 282, in cached_path output_path = get_from_cache( File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 486, in get_from_cache _raise_for_status(r) File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\utils\hub.py", line 411, in _raise_for_status raise RevisionNotFoundError((f"404 Client Error: Revision Not Found for url: {request.url}")) transformers.utils.hub.RevisionNotFoundError: 404 Client Error: Revision Not Found for url: https://huggingface.co/facebook/wav2vec2-large-960h/resolve/main/preprocessor_config.json During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\10850K\Documents\Tortoise\mqr 2\src\main.py", line 24, in <module> tts = load_tts() File "C:\Users\10850K\Documents\Tortoise\mqr 2\src\utils.py", line 3385, in load_tts tts = TorToise_TTS(minor_optimizations=not args.low_vram, autoregressive_model_path=autoregressive_model, diffusion_model_path=diffusion_model, vocoder_model=vocoder_model, tokenizer_json=tokenizer_json, unsqueeze_sample_batches=args.unsqueeze_sample_batches) File "C:\Users\10850K\Documents\Tortoise\mqr 2\modules\tortoise-tts\tortoise\api.py", line 296, in __init__ self.aligner = Wav2VecAlignment(device='cpu' if get_device_name() == "dml" else self.device) File "C:\Users\10850K\Documents\Tortoise\mqr 2\modules\tortoise-tts\tortoise\utils\wav2vec_alignment.py", line 59, in __init__ self.feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(f"facebook/wav2vec2-large-960h") File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 308, in from_pretrained feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) File "C:\Users\10850K\Documents\Tortoise\mqr 2\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 422, in get_feature_extractor_dict raise EnvironmentError( OSError: None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions. Killing tunnel 127.0.0.1:8000 <> https://f1fbd60609b407f43d.gradio.live
Author
Oh, heres why, wtf https://twitter.com/huggingface/status/1675242955962032129

I cannot view the above tweet but the repo seems to not exist anymore.


None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions.

I cannot view the above tweet but the repo seems to not exist anymore. ------- None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions.
Author

Hugging face /meta was hacked and the hacker deleted all their repos

I cannot view the above tweet but the repo seems to not exist anymore.


None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions.

Hugging face /meta was hacked and the hacker deleted all their repos > I cannot view the above tweet but the repo seems to not exist anymore. > > ------- > > None is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/facebook/wav2vec2-large-960h' for available revisions.
Author

looks like theyre back

looks like theyre back
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#288
No description provided.