-
#3801 TaskCfgSTS(is_cuda=False, uuid='83e418c0ea', cache_folder=None, target_dir='C:/Users/DAWN/Desktop', source_language=None, source_language_code='en', source_sub='C:/Users/DAWN/Deskt...
💬 1[Last reply:5 months ago] 这是由于显存不足导致的。在使用 M2M100 本地翻译模型时,该模型需要加载到 GPU 显存中,当显存不足时就会抛出 CUDA failed with error out of memory 错误。解决方案:关闭 CUDA 加速:在翻译字幕时,取消勾选主界面右上角的 CUDA加速 选项,强制使用 CPU 进行翻译。虽然速度会变慢,但可以避免显存不足的问题。减少翻译批次:在 菜单 -> 工具 ...60.28**8 Posted at: 5 months ago -
#3800 FileNotFoundError: [Errno 2] No such file or directory: 'G:/阅文短剧/配音短剧/穿越女频当纨绔,娘子竟是重生者/%5BThai%5DMiniDrama%5BDownSub.com%5D.srt'...
💬 1[Last reply:5 months ago] 这是由于文件路径中包含特殊字符(如 %5B 和 %5D)导致的文件读取错误。软件在处理包含URL编码字符(如方括号 [ 和 ] 被编码为 %5B 和 %5D)或特殊符号的文件路径时,可能无法正确识别。解决方案:重命名文件:将出错的SRT字幕文件([Thai]MiniDrama[DownSub.com].srt)重命名,移除所有特殊符号和空格。例如,重命名为 ThaiMiniDrama.srt。简化...91.243**7 Posted at: 5 months ago -
#3799 FileNotFoundError: [Errno 2] No such file or directory: 'G:/阅文短剧/配音短剧/穿越女频当纨绔,娘子竟是重生者/%5BThai%5D %23 %23 %23MiniDrama %5BDownSub.com%5D.srt'...
💬 3[Last reply:5 months ago] 文件出错的根本原因是文件路径包含特殊字符(如 %5B, %5D)和空格,导致软件无法正确识别和访问该文件。解决方案:重命名文件:将文件名中的特殊字符和空格移除或替换为下划线 _。例如,将 %5BThai%5D %23 %23 %23MiniDrama %5BDownSub.com%5D.srt 重命名为 Thai_MiniDrama_DownSub.com.srt。简化路径:将文件移动到更浅的目...45.135**0 Posted at: 5 months ago -
#3798 TaskCfgVTT(is_cuda=True, uuid='0ad879b435', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/38636/0ad879b435', target_dir='E:/编程/Vibe Coding/_video_out/29. Merg...
💬 1[Last reply:5 months ago] 这是由于显存或内存不足导致 faster-whisper 子进程崩溃。从日志中可见,您使用了 large-v3-turbo 模型并启用了 CUDA 加速,但处理过程中子进程意外终止。解决方案:使用更小的模型:将语音识别模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3 系列模型对显存要求很高。调整高级设置以降低显存占用:进入 菜单 -> 工...57.181**3 Posted at: 5 months ago -
#3797 TaskCfgVTT(is_cuda=True, uuid='7e0c97249c', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/40824/7e0c97249c', target_dir='E:/编程/Vibe Coding/Udemy - Claude Code...
💬 1[Last reply:5 months ago] 这是由于显存或内存不足导致语音识别进程崩溃。根据错误信息,您在使用 faster-whisper(本地) 的 large-v3-turbo 模型进行语音识别时,CUDA 加速已开启(is_cuda=True),但子进程异常终止,提示“可能内存或显存不足”。解决方案:降低模型大小:将语音识别模型从 large-v3-turbo 更换为更小的模型,例如 medium、small 或 base。larg...57.181**3 Posted at: 5 months ago -
#3796 ImportError: cannot import name 'OfflineFireRedAsrCtcModelConfig' from 'sherpa_onnx.lib._sherpa_onnx' (D:\win-pyvideotrans\_internal\sherpa_onnx\lib\_sherpa_onnx.cp310-win_amd64.py...
💬 1[Last reply:5 months ago] 这是由于软件内置的 sherpa_onnx 库版本不匹配或文件损坏导致的,通常发生在使用 VITS 或 FireRedASR 等需要该库的功能时。解决方案:重新下载完整软件包:请前往 软件下载地址 下载最新的 完整软件包(.7z 压缩包)。完全替换:将旧版软件目录(D:\win-pyvideotrans)完全删除,然后将新下载的完整包解压到一个新的、路径简短且不含中文的目录(例如 D:\pyVid...240e**b10f Posted at: 5 months ago -
#3795 requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8B%E5%8F%8B.+&text_lang=zh&...
💬 1[Last reply:5 months ago] 这是 GPT-SoVITS API 服务在处理声音克隆请求时返回的 400 错误,通常是由于请求参数不符合 API 要求导致的。问题原因:参考音频路径或内容问题:ref_audio_path 参数的值 Hunter Creates Things 看起来像是一个文件名或标题,而非有效的本地音频文件路径。GPT-SoVITS 进行声音克隆时需要指定一个本地音频文件作为参考。提示文本语言不匹配:prom...2408**74f5 Posted at: 5 months ago -
#3794 requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8B%E5%8F%8B.+&text_lang=zh&...
💬 1[Last reply:5 months ago] 该错误是由于 GPT-SoVITS 本地 API 服务在处理克隆语音请求时,参考音频或提示文本参数不符合要求导致的 400 错误。解决方案:检查 GPT-SoVITS API 服务状态:确保 http://127.0.0.1:9880 的 GPT-SoVITS WebUI 或 API 服务正在运行且可访问。检查参考音频:错误 URL 中的 ref_audio_path=%E7%94%9F%E6%B...2408**74f5 Posted at: 5 months ago -
#3793 TaskCfgVTT(is_cuda=True, uuid='db73c84643', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/21040/db73c84643', target_dir='D:/video/Dom scalp 合集/Jigsaw Trading/_video_out/0.1-mp4',...
💬 1[Last reply:5 months ago] 这是由于 CUDA 环境配置问题或显卡驱动不兼容导致的。错误信息 RuntimeError: CUDA error: unknown error 表明软件在尝试使用 GPU 加载 openai-whisper 模型时,CUDA 调用失败。解决方案:检查 CUDA 版本:本软件内置支持 CUDA 12.8。请确认您已正确安装此版本。在 CMD 中输入 nvcc -V 查看版本。更新显卡驱动:前往 N...221.7**0 Posted at: 5 months ago -
#3792 TaskCfgSTT(is_cuda=True, uuid='a450915a17', cache_folder='E:/ytrans/tmp/23088/a450915a17', target_dir='E:/ytrans/output/recogn', source_language=None, source_language_code=None, so...
💬 1[Last reply:5 months ago] This error is caused by insufficient GPU memory (VRAM) when using the faster-whisper model with CUDA acceleration.Solution Steps:Use a smaller model: In the "Speech Recognition" section, change the mo...202.150**7 Posted at: 5 months ago -
#3791 TaskCfgVTT(is_cuda=True, uuid='d3effa593d', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/5552/d3effa593d', target_dir='D:/video/Dom scalp 合集/Futex(importance)/Futex 官网/_video_ou...
💬 1[Last reply:5 months ago] 这是由于文件路径过长或包含特殊字符,导致软件在复制字幕文件时无法找到目标文件。错误信息显示,软件尝试复制一个SRT字幕文件到路径 D:/video/Dom scalp 合集/Futex(importance)/Futex 官网/_video_out/DOM Trading Walkthrough – How to Use the Price Ladder, Adjust Size, Place L...221.7**0 Posted at: 5 months ago -
#3790 语音识别阶段出错 [faster-whisper(本地)] Traceback (most recent call last): File "videotrans\process\stt_fun.py", line 452, in fas......
💬 1[Last reply:5 months ago] 这是由于 NVIDIA 50 系列显卡(如 RTX 5090)与当前 CUDA 版本的兼容性问题导致的。错误 CUBLAS_STATUS_NOT_SUPPORTED 表明显卡的 CUDA 核心架构不被当前版本的 faster-whisper 库支持。解决方案:临时解决方案(推荐):在软件主界面右上角,取消勾选“CUDA加速”,改为使用 CPU 进行语音识别。这可以绕过显卡兼容性问题,但处理速度会变...221.7**0 Posted at: 5 months ago -
#3789 TaskCfgVTT(is_cuda=True, uuid='701b61884b', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/13948/701b61884b', target_dir='D:/video/Dom scalp 合集/Futex(importance)/_video_out/22 O...
💬 1[Last reply:5 months ago] 这是由于 NVIDIA 50 系列显卡(如 RTX 5090)与当前 CUDA 环境不兼容导致的 CUBLAS_STATUS_NOT_SUPPORTED 错误。解决方案:临时禁用 GPU 加速:在软件主界面右上角,取消勾选 “CUDA加速” 选项,让软件使用 CPU 进行语音识别。这会导致处理速度变慢,但可以绕过错误。等待软件更新:此问题已在新版本中修复。请前往官网下载最新版本的完整软件包,解压后...221.7**0 Posted at: 5 months ago -
#3788 TaskCfgVTT(is_cuda=True, uuid='044d743dab', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/20444/044d743dab', target_dir='D:/video/Dom scalp 合集/Futex(importance)/_video_out/22 O...
💬 1[Last reply:5 months ago] 这是由于显存或内存不足导致的。错误信息明确指出“可能内存或显存不足 [GPU0]”,并且使用了 large-v3-turbo 模型,该模型对显存要求较高。解决方案:更换更小的模型:在语音识别渠道的下拉菜单中,将模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3 系列模型最低需要约 10GB 显存。调整高级设置:在菜单栏 工具/选项 -> 高...221.7**0 Posted at: 5 months ago -
#3787 openai.NotFoundError: Error code: 404 - {'error': {'message': 'No endpoints found for google/gemini-flash-1.5.', 'code': 404}, 'user_id': 'user_3BQKhZQyNEhcklm3TUc3JGJk0G0'}...
💬 2[Last reply:5 months ago] 1.5x早就下架了,使用 2.5+...123.110**7 Posted at: 5 months ago -
#3786 openai.BadRequestError: Error code: 400 - {'error': {'message': 'gemini-1.5-flash is not a valid model ID', 'code': 400}, 'user_id': 'user_3BQKhZQyNEhcklm3TUc3JGJk0G0'}...
💬 1[Last reply:5 months ago] 这是由于在 OpenRouter 翻译渠道中填写的模型名称 gemini-1.5-flash 不正确导致的。请检查您在“菜单”->“翻译设置”->“OpenRouter AI 设置”中填写的“模型名称”。模型名称应填写 OpenRouter 平台支持的模型 ID,例如 google/gemini-flash-1.5、openai/gpt-4o 或 deepseek/deepseek-c...123.110**7 Posted at: 5 months ago -
#3785 配置本地部署的GPT-SoVITS报错AttributeError: 'NoneType' object has no attribute 'keys'...
💬 6[Last reply:5 months ago] 问题已解决。...2407**f795 Posted at: 5 months ago -
#3784 No valid audio in C:/Users/Luon/Downloads/发现更多精彩视频_-_抖音搜索/发现更多精彩视频.mp4. Check file....
💬 1[Last reply:5 months ago] This error indicates that the software could not detect a valid audio track in the specified video file. The issue is likely due to the video file's path containing Chinese characters or special symbo...117.5**2 Posted at: 5 months ago -
#3782 关于显存和内存不足的问题?!...
💬 2[Last reply:5 months ago] 多个视频同时运行时建议取消主界面右上角二次识别...114.88**1 Posted at: 5 months ago -
#3783 videotrans.configure._except.StopRetry: Ref Audio Path & Text required in Settings...
💬 1[Last reply:5 months ago] This error occurs because the Fish-TTS channel requires both a reference audio file and reference text to be configured in its settings when using the "clone" voice role, but they are missing.Solution...79.163**5 Posted at: 5 months ago
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.