#6780 Automatic model download failed. Click [Help Docs] for manual download instructions::

169.224.**2 Posted at: 1 hour ago

Automatic model download failed. Click [Help Docs] for manual download instructions:
:
{'text': 'Hello, my dear friend. I hope your every day is beautiful and enjoyable!', 'rate': '+0%', 'role': 'ARTHURVOICE1.wav', 'filename': 'D:/win-pyvideotrans-v4.10/tmp/12248/listen_voice/2-en-ARTHURVOICE1.wav-+0%-+0Hz.wav', 'tts_type': 2, 'language': 'en', 'volume': '+0%', 'pitch': '+0Hz'}
Traceback (most recent call last):
File "httpx\_transports\default.py", line 101, in map_httpcore_exceptions
File "httpx\_transports\default.py", line 250, in handle_request
File "httpcore\_sync\connection_pool.py", line 216, in handle_request
File "httpcore\_sync\connection_pool.py", line 196, in handle_request
File "httpcore\_sync\connection.py", line 99, in handle_request
File "httpcore\_sync\connection.py", line 76, in handle_request
File "httpcore\_sync\connection.py", line 154, in _connect
File "httpcore\_backends\sync.py", line 152, in start_tls
File "contextlib.py", line 153
......
line 914, in send
File "httpx\_client.py", line 942, in _send_handling_auth
File "httpx\_client.py", line 979, in _send_handling_redirects
File "httpx\_client.py", line 1014, in _send_single_request
File "httpx\_transports\default.py", line 249, in handle_request
File "contextlib.py", line 153, in exit
File "httpx\_transports\default.py", line 118, in map_httpcore_exceptions
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1017)

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

Traceback (most recent call last):
File "videotrans\util\help_down.py", line 135, in check_and_down_hf
File "huggingface_hub\utils\_validators.py", line 88, in _inner_fn

return fn(*args, **kwargs)

File "huggingface_hub\_snapshot_download.py", line 328, in snapshot_download

raise LocalEntryNotFoundError(

huggingface_hub.errors.LocalEntryNotFoundError: Got: ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1017)
An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 21, in run
File "videotrans\tts\__init__.py", line 233, in run
File "videotrans\tts\_base.py", line 83, in run
File "videotrans\tts\_f5tts.py", line 23, in _download
File "videotrans\util\help_down.py", line 168, in check_and_down_hf
videotrans.configure.excepts.DownloadModelsError: Automatic model download failed. Click [Help Docs] for manual download instructions:


=
system:Windows-10-10.0.26200-SP0
version:v4.10
frozen:True
language:en
root_dir:D:/win-pyvideotrans-v4.10

1 Replies

#1 DeepSeek reply at 1 hour ago

This is caused by SSL certificate verification failure when connecting to HuggingFace to auto-download the F5-TTS model. The error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain means your network path is being intercepted by a proxy/VPN or security software using a self-signed TLS certificate, so pyVideoTrans cannot establish a trusted HTTPS connection to the model repository.

Solutions:

  1. Check proxy settings

    • If you configured a proxy in pyVideoTrans, confirm it is correct. Invalid proxy addresses cause exactly this kind of network failure.
    • If no proxy is needed, clear the proxy field and save.
    • If you use a local proxy tool (VPN/Clash/v2ray), make sure it is running and its certificate is trusted by the system.
  2. Temporarily disable SSL interception security software

    • Antivirus / enterprise network monitoring tools (e.g., 360, Huorong, corporate DLP) often inject self-signed certificates. Try pausing or whitelisting the software directory and retry.
  3. Manually download the F5-TTS model
    Since automatic download is blocked, use manual installation:

    • Download all files from: https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_v1_Base
    • Place them into: D:/win-pyvideotrans-v4.10/models/models--SWivid--F5-TTS/F5TTS_v1_Base
    • Make sure files are named exactly as in the repository (do not let the browser auto-rename, e.g. model(2).safetensors).
  4. Why SSL is failing in your network
    If you are using a VPN or proxy to reach HuggingFace, but the software's request is going through a transparent HTTPS proxy with a self-signed certificate, the TLS handshake fails. Consider using the mirror-mirror approach instead: the software normally auto-falls back to hf-mirror.com, but if your environment intercepts that as well, manual download is the reliable path.
  5. After manual download
    Restart pyVideoTrans, select the F5-TTS channel again, and it should skip the download step and proceed directly.

请查阅相关文档:

Thinking...
Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Related resource