#6013 The model download failed, you can click to view the help tutorial to learn how to manually download the model.

41.37* Posted at: 13 hours ago

The model download failed, you can click to view the help tutorial to learn how to manually download the model.

Traceback (most recent call last):
File "videotrans\util\help_down.py", line 117, 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 310, in snapshot_download

raise LocalEntryNotFoundError(

huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.

During handling of the above exception, another exception occurred:

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

return fn(*args, **kwargs)

File "
......
*kwargs)
File "huggingface_hub\file_download.py", line 976, in hf_hub_download

return _hf_hub_download_to_local_dir(

File "huggingface_hub\file_download.py", line 1427, in _hf_hub_download_to_local_dir

_download_to_tmp_and_move(

File "huggingface_hub\file_download.py", line 1858, in _download_to_tmp_and_move

http_get(

File "videotrans\util\help_down.py", line 105, in _patched_http_get
File "huggingface_hub\utils\_validators.py", line 88, in _inner_fn

return fn(*args, **kwargs)

File "huggingface_hub\file_download.py", line 424, in http_get

temp_file.write(chunk)

OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\only_one.py", line 87, in run
File "videotrans\task\_stage_dubbing.py", line 23, in dubbing
File "videotrans\task\_stage_dubbing.py", line 102, in _tts
File "videotrans\tts\__init__.py", line 207, in run
File "videotrans\tts\_base.py", line 81, in run
File "videotrans\tts\_chatterbox.py", line 23, in _download
File "videotrans\util\help_down.py", line 166, in check_and_down_hf
videotrans.configure.excepts.DownloadModelsError: The model download failed, you can click to view the help tutorial to learn how to manually download the model.

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/Administrator/Downloads/1qqqq.mp3,
输出结果保存到文件夹: C:/Users/Administrator/Downloads/_video_out/1qqqq-mp3,
临时文件夹: C://tmp/20736/9fda9f0cea
已选 清理已存在
未选 启用CUDA加速
未选 降噪
ASR Channel:faster-whisper(LocalBuilt-in), model_name: distil-large-v3, 发音语言: German, 断句方式:默认断句
Trans Channel:Microsoft (Free),原始语言:German,目标语言:Arabic, 已选 Send SRT
Dubb Channel:ChatterBox(LocalBuilt-in), 角色:clone, 配音语言:Arabic, 未选 二次语音识别
音量:+0%, 语速:+0%, 未选 音频加速, 未选 视频慢速
未选 移除字幕间空隙, 已选 强制对齐字幕和声音
字幕: No Subs
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.06
frozen:True
language:en
root_dir:C:/

3 Replies

This error is caused by insufficient disk space on your system drive (C:). The model download was interrupted due to "No space left on device".

Solution:

  1. Free up disk space on C: drive. Delete unnecessary temporary files, logs, or move the software to another drive with more space.
  2. Or, manually download the model and place it in the correct folder. For ChatterBox (the TTS model that failed to download), you need to:

  3. Alternatively, switch to a less resource-heavy TTS channel like Edge-TTS (free, no local model) to avoid disk space issues.

After freeing space or placing the model manually, restart the software and try again.

Please consult the relevant documentation:

error

Please provide the full error message or the latest log content (the last 30 lines from logs/ folder). Without specific error details, I cannot determine the exact cause.

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

Dondate via PayPal

Related resource