#3615 使用[Faster-Whisper-XXL.exe]报错了

43.255* Posted at: 1 day ago 👁20

语音识别阶段出错 [Faster-Whisper-XXL.exe] 当前Faster-Whisper-XXL无法在打包版中使用,请源码部署或单独使用Faster-Whisper-XXL转录

1 Replies

这是由于预打包版(.exe)无法直接调用外部可执行文件 Faster-Whisper-XXL.exe 导致的。

Faster-Whisper-XXL.exe 是一个独立的语音识别工具,需要源码部署环境才能通过命令行调用。预打包版软件内部已集成了 faster-whisper 库,无需此独立工具。

解决方案:

  1. (推荐)使用内置的 faster-whisper(本地) 渠道

    • 在主界面“语音识别”下拉菜单中,选择 faster-whisper(本地)
    • 在右侧选择模型(如 large-v3)。
    • 确保已正确安装 CUDA 并勾选“CUDA加速”以提升速度。
    • 此渠道功能与 Faster-Whisper-XXL.exe 相同,且集成在软件内,无需额外配置。
  2. (备选)源码部署并使用 Faster-Whisper-XXL.exe

    • 如果你必须使用 Faster-Whisper-XXL.exe,需要放弃预打包版,改为源码部署 pyVideoTrans。
    • 按照知识库中“macOS / Linux 用户(源码部署)”或“Windows 源码部署”的步骤进行操作。
    • 部署完成后,在软件中即可选择 Faster-Whisper-XXL.exe 作为语音识别渠道。

总结: 对于绝大多数用户,直接使用软件内置的 faster-whisper(本地) 渠道即可,效果和速度与独立工具一致,且更稳定。

请查阅相关文档:

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.

Related resource