#3322 separate vocal and background music:Non-zero status code returned while running ReorderOutput node. Name:'ReorderOutput_

205.185* Posted at: 1 day ago 👁17

separate vocal and background music:Non-zero status code returned while running ReorderOutput node. Name:'ReorderOutput_token_120' Status Message: C:\a\_work\1\s\onnxruntime\core\framework\bfc_arena.cc:376 onnxruntime::BFCArena::AllocateRawInternal Failed to allocate memory for requested buffer of size 452984832


=
system:Windows-10-10.0.19045-SP0
version:v3.86
frozen:True
language:zh
root_dir:D:/win-pyvideotrans-v3.86

1 Replies

这是由于显存不足导致的人声分离模型加载失败。

  1. 升级软件版本:您当前使用的是 v3.86 版本。请先升级到最新版 v3.97,可能已包含优化。
  2. 检查并释放显存

    • 关闭其他占用 GPU 的程序(如游戏、浏览器、其他 AI 软件)。
    • 在任务管理器的“性能”选项卡中,查看 GPU 内存使用情况。
  3. 调整分离参数:如果升级后问题依旧,在“人声分离”功能中尝试:

    • 降低分离模型的复杂度(如果选项可用)。
    • 分批次处理较短的音频片段,而非一次性处理整个长视频。
  4. 使用 CPU 模式:如果显卡显存确实太小(例如小于 4GB),可尝试在软件设置中寻找是否有关闭 GPU 加速的选项,强制使用 CPU 进行计算(速度会慢很多)。

请查阅相关文档:

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

Similar issues already exist