-
#3805 如何添加 mimo-v2-tts 模型,...
💬 6[Last reply:1 month ago] 根据您提供的 API 文档,mimo-v2-tts 的调用方式与标准的 OpenAI TTS API 存在关键差异,这导致直接使用现有的“OpenAI TTS”渠道配置可能无法工作。主要问题在于其请求格式:它要求将待合成的文本放在 messages 列表中 role 为 "assistant" 的 ...188.253* Posted at: 1 month ago -
#3804 TaskCfg(cache_folder='D:/Download/win-pyvideotrans-v3.95/tmp/16436/2c48d5ec91', target_dir='D:/Download/win-pyvideotrans...
💬 1[Last reply:1 month ago] 语音识别阶段出现 CUDA 内存不足错误。这是因为您使用的 large-v3-turbo 模型对显存需求较高,而当前显卡的可用显存不足以加载模型。请按以下步骤解决:更换更小的模型:在主界面的语音识别渠道右侧,将模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3 系列模...60.28* Posted at: 1 month ago -
#3803 requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.x.ai/v1/tts...
💬 8[Last reply:1 month ago] 目前有bug,等后续修复吧...188.253* Posted at: 1 month ago -
#3802 使用XAI TTS 报错 {'text': '你好啊我的朋友', 'voice_id': 'eve', 'output_format': 'wav', 'language': 'zh'}...
💬 1[Last reply:1 month ago] 这是由于 XAI TTS 渠道配置或连接问题导致的报错。检查 API Key 配置:确保在 菜单 -> 翻译设置 -> XAI TTS 设置 中已正确填写有效的 API Key。检查网络连接:XAI TTS 是外部在线服务,需要稳定的网络连接。如果在中国大陆地区使用,可能需要配置网络代理。验证请求参数:错误...212.107* Posted at: 1 month ago -
#3801 TaskCfgSTS(is_cuda=False, uuid='83e418c0ea', cache_folder=None, target_dir='C:/Users/DAWN/Desktop', source_language=None...
💬 1[Last reply:1 month ago] 这是由于显存不足导致的。在使用 M2M100 本地翻译模型时,该模型需要加载到 GPU 显存中,当显存不足时就会抛出 CUDA failed with error out of memory 错误。解决方案:关闭 CUDA 加速:在翻译字幕时,取消勾选主界面右上角的 CUDA加速 选项,强制使用 CPU 进行翻译。虽然...60.28* Posted at: 1 month ago -
#3800 FileNotFoundError: [Errno 2] No such file or directory: 'G:/阅文短剧/配音短剧/穿越女频当纨绔,娘子竟是重生者/%5BThai%5DMiniDrama%5BDownSub.com%...
💬 1[Last reply:1 month ago] 这是由于文件路径中包含特殊字符(如 %5B 和 %5D)导致的文件读取错误。软件在处理包含URL编码字符(如方括号 [ 和 ] 被编码为 %5B 和 %5D)或特殊符号的文件路径时,可能无法正确识别。解决方案:重命名文件:将出错的SRT字幕文件([Thai]MiniDrama[DownSub.com].srt)重命名,...91.243* Posted at: 1 month ago -
#3799 FileNotFoundError: [Errno 2] No such file or directory: 'G:/阅文短剧/配音短剧/穿越女频当纨绔,娘子竟是重生者/%5BThai%5D %23 %23 %23MiniDrama %...
💬 3[Last reply:1 month ago] 文件出错的根本原因是文件路径包含特殊字符(如 %5B, %5D)和空格,导致软件无法正确识别和访问该文件。解决方案:重命名文件:将文件名中的特殊字符和空格移除或替换为下划线 _。例如,将 %5BThai%5D %23 %23 %23MiniDrama %5BDownSub.com%5D.srt 重命名为 Thai_M...45.135* Posted at: 1 month ago -
#3798 TaskCfgVTT(is_cuda=True, uuid='0ad879b435', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/38636/0a...
💬 1[Last reply:1 month ago] 这是由于显存或内存不足导致 faster-whisper 子进程崩溃。从日志中可见,您使用了 large-v3-turbo 模型并启用了 CUDA 加速,但处理过程中子进程意外终止。解决方案:使用更小的模型:将语音识别模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3...57.181* Posted at: 1 month ago -
#3797 TaskCfgVTT(is_cuda=True, uuid='7e0c97249c', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/40824/7e...
💬 1[Last reply:1 month ago] 这是由于显存或内存不足导致语音识别进程崩溃。根据错误信息,您在使用 faster-whisper(本地) 的 large-v3-turbo 模型进行语音识别时,CUDA 加速已开启(is_cuda=True),但子进程异常终止,提示“可能内存或显存不足”。解决方案:降低模型大小:将语音识别模型从 large-v3-tu...57.181* Posted at: 1 month ago -
#3796 ImportError: cannot import name 'OfflineFireRedAsrCtcModelConfig' from 'sherpa_onnx.lib._sherpa_onnx' (D:\win-pyvideotra...
💬 1[Last reply:1 month ago] 这是由于软件内置的 sherpa_onnx 库版本不匹配或文件损坏导致的,通常发生在使用 VITS 或 FireRedASR 等需要该库的功能时。解决方案:重新下载完整软件包:请前往 软件下载地址 下载最新的 完整软件包(.7z 压缩包)。完全替换:将旧版软件目录(D:\win-pyvideotrans)完全删除,然后...240e:37d* Posted at: 1 month 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%...
💬 1[Last reply:1 month ago] 这是 GPT-SoVITS API 服务在处理声音克隆请求时返回的 400 错误,通常是由于请求参数不符合 API 要求导致的。问题原因:参考音频路径或内容问题:ref_audio_path 参数的值 Hunter Creates Things 看起来像是一个文件名或标题,而非有效的本地音频文件路径。GPT-SoVIT...2408:8210* Posted at: 1 month 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%...
💬 1[Last reply:1 month ago] 该错误是由于 GPT-SoVITS 本地 API 服务在处理克隆语音请求时,参考音频或提示文本参数不符合要求导致的 400 错误。解决方案:检查 GPT-SoVITS API 服务状态:确保 http://127.0.0.1:9880 的 GPT-SoVITS WebUI 或 API 服务正在运行且可访问。检查参考音频...2408:8210* Posted at: 1 month ago -
#3793 TaskCfgVTT(is_cuda=True, uuid='db73c84643', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/21040/db73c84643', target_di...
💬 1[Last reply:1 month ago] 这是由于 CUDA 环境配置问题或显卡驱动不兼容导致的。错误信息 RuntimeError: CUDA error: unknown error 表明软件在尝试使用 GPU 加载 openai-whisper 模型时,CUDA 调用失败。解决方案:检查 CUDA 版本:本软件内置支持 CUDA 12.8。请确认您已正确...221.7* Posted at: 1 month ago -
#3792 TaskCfgSTT(is_cuda=True, uuid='a450915a17', cache_folder='E:/ytrans/tmp/23088/a450915a17', target_dir='E:/ytrans/output/...
💬 1[Last reply:1 month 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 "Sp...202.150* Posted at: 1 month ago -
#3791 TaskCfgVTT(is_cuda=True, uuid='d3effa593d', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/5552/d3effa593d', target_dir...
💬 1[Last reply:1 month ago] 这是由于文件路径过长或包含特殊字符,导致软件在复制字幕文件时无法找到目标文件。错误信息显示,软件尝试复制一个SRT字幕文件到路径 D:/video/Dom scalp 合集/Futex(importance)/Futex 官网/_video_out/DOM Trading Walkthrough – How to Us...221.7* Posted at: 1 month ago -
#3790 语音识别阶段出错 [faster-whisper(本地)] Traceback (most recent call last): File "videotrans\process\stt_fun.py", line 452, in fas...
💬 1[Last reply:1 month ago] 这是由于 NVIDIA 50 系列显卡(如 RTX 5090)与当前 CUDA 版本的兼容性问题导致的。错误 CUBLAS_STATUS_NOT_SUPPORTED 表明显卡的 CUDA 核心架构不被当前版本的 faster-whisper 库支持。解决方案:临时解决方案(推荐):在软件主界面右上角,取消勾选“CUDA...221.7* Posted at: 1 month ago -
#3789 TaskCfgVTT(is_cuda=True, uuid='701b61884b', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/13948/701b61884b', target_di...
💬 1[Last reply:1 month ago] 这是由于 NVIDIA 50 系列显卡(如 RTX 5090)与当前 CUDA 环境不兼容导致的 CUBLAS_STATUS_NOT_SUPPORTED 错误。解决方案:临时禁用 GPU 加速:在软件主界面右上角,取消勾选 “CUDA加速” 选项,让软件使用 CPU 进行语音识别。这会导致处理速度变慢,但可以绕过错误。...221.7* Posted at: 1 month ago -
#3788 TaskCfgVTT(is_cuda=True, uuid='044d743dab', cache_folder='D:/win-pyvideotrans-v3.98-317/tmp/20444/044d743dab', target_di...
💬 1[Last reply:1 month ago] 这是由于显存或内存不足导致的。错误信息明确指出“可能内存或显存不足 [GPU0]”,并且使用了 large-v3-turbo 模型,该模型对显存要求较高。解决方案:更换更小的模型:在语音识别渠道的下拉菜单中,将模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3 系列模...221.7* Posted at: 1 month ago -
#3787 openai.NotFoundError: Error code: 404 - {'error': {'message': 'No endpoints found for google/gemini-flash-1.5.', 'code':...
💬 2[Last reply:1 month ago] 1.5x早就下架了,使用 2.5+...123.110* Posted at: 1 month ago -
#3786 openai.BadRequestError: Error code: 400 - {'error': {'message': 'gemini-1.5-flash is not a valid model ID', 'code': 400}...
💬 1[Last reply:1 month ago] 这是由于在 OpenRouter 翻译渠道中填写的模型名称 gemini-1.5-flash 不正确导致的。请检查您在“菜单”->“翻译设置”->“OpenRouter AI 设置”中填写的“模型名称”。模型名称应填写 OpenRouter 平台支持的模型 ID,例如 google/gemini-flash...123.110* Posted at: 1 month 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.