-
#3099 RuntimeError: Unable to open file 'model.bin' in model 'D:/pyVideoTrans/V3.96/models/models--Systran--faster-whisper-large-v2'...
💬 1[Last reply:5 months ago] 这是由于 faster-whisper 模型文件 model.bin 未正确下载或路径识别错误导致的。解决方案:检查模型文件夹:前往 D:/pyVideoTrans/V3.96/models/ 目录,确认是否存在名为 models--Systran--faster-whisper-large-v2 的文件夹。检查模型文件:进入上述文件夹,检查其中是否包含 model.bin 文件。如果文件夹存在但...45.125* Posted at: 5 months ago -
#3098 Qwen3-TTS开启GPU加速报错...
💬 3[Last reply:5 months ago] 根据错误信息,这是安装 flash-attn 时遇到了与 CUDA 相关的编译问题,具体是 nvcc 编译器无法找到 cuda.h 头文件。检查 CUDA 安装:确保你的系统已正确安装 CUDA。在命令行输入 nvcc -V 和 nvidia-smi 来验证 CUDA 版本和显卡驱动。pyVideoTrans 推荐使用 CUDA 12.8。设置环境变量:CUDA 的 include 和 lib 目...183.221* Posted at: 5 months ago -
#3097 TaskCfg(cache_folder='H:/win-pyvideotrans-3.89/tmp/50684/d4cd707f25', target_dir='h:/win-pyvideotrans-3.89/output/recogn', remove_noise=False, is_separate=False, detect_language='e...
💬 1[Last reply:5 months ago] 这是由于 faster-whisper 依赖的 tokenizers 库版本不兼容或损坏导致的。解决方案:清理并重新下载模型:删除软件根目录下的 models/ 文件夹,然后重启软件,让软件重新下载 faster-whisper 模型和相关依赖。这是最直接的解决方法。检查环境:确保你的软件解压路径(H:/win-pyvideotrans-3.89)不包含中文和空格,且你有该路径的完全读写权限。使用...2600:1f14* Posted at: 5 months ago -
#3096 TaskCfg(cache_folder='H:/win-pyvideotrans-3.89/tmp/49696/d08e8340f3', target_dir='h:/win-pyvideotrans-3.89/output/recogn', remove_noise=False, is_separate=False, detect_language='e...
💬 1[Last reply:5 months ago] 这是由于 faster-whisper 依赖的 tokenizers 库版本不兼容或文件损坏导致的。清理缓存并重启:关闭软件,删除软件根目录下的 models/ 文件夹(或仅删除 models--Systran--faster-whisper-large-v3 等 faster-whisper 相关模型文件夹)。然后重新启动软件,软件会自动重新下载模型和依赖。检查软件版本:您使用的是 v3.96 ...2600:1f14* Posted at: 5 months ago -
#3095 执行uv sync报错error: Distribution torch==2.7.1 @ registry+https://download.pytorch.org/whl/cpu can't be installed because i......
💬 1[Last reply:5 months ago] 这是由于在 macOS x86_64 架构的机器上,uv 包管理器尝试安装的 PyTorch 2.7.1 版本仅提供了适用于 Apple Silicon (arm64) 的预编译包,没有为 Intel (x86_64) 架构提供。解决方案:修改 pyproject.toml 文件:在 pyVideoTrans 项目根目录下,找到 pyproject.toml 文件。添加平台约束:在文件中找到 [t...220.246* Posted at: 5 months ago -
#3094 OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory D:/pyVideoTrans/V3.96/models/models--opena...
💬 1[Last reply:5 months ago] 这是由于 openai-whisper 模型文件下载不完整或缺失导致的。软件在 D:/pyVideoTrans/V3.96/models/models--openai--whisper-large-v2 目录下找不到有效的模型文件(如 pytorch_model.bin 或 model.safetensors)。手动下载并放置模型文件:由于 HuggingFace 在国内可能无法直接访问,你需要手...45.125* Posted at: 5 months ago -
#3093 TaskCfg(cache_folder='H:/win-pyvideotrans-3.89/tmp/41052/56e83f6197', target_dir='h:/win-pyvideotrans-3.89/output/recogn', remove_noise=False, is_separate=False, detect_language='e...
💬 1[Last reply:5 months ago] 这是由于 faster-whisper 依赖的 tokenizers 库版本不兼容或文件损坏导致的。解决方案:清理并重新下载模型:删除 models/ 目录下与 faster-whisper 相关的模型文件夹(例如 models--Systran--faster-whisper-large-v3),然后重启软件,让软件重新下载模型。检查环境变量:确保你的系统环境变量 PATH 中没有指向旧版本或不...2600:1f14* Posted at: 5 months ago -
#3092 这个字幕压制,只能一个一个压制吗...
💬 3[Last reply:5 months ago] 是的,视频与SRT字幕合并(压制)功能是纯工具操作,不涉及AI模型,因此不需要下载任何模型。该功能直接调用FFmpeg进行处理。...2a02:6ea0* Posted at: 5 months ago -
#3091 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 9830400 at position 420263491...
💬 1[Last reply:5 months ago] 这是由于语音识别模型文件 model.bin 下载不完整或已损坏导致的。解决方案:手动下载 faster-whisper 模型文件。前往 HuggingFace 模型仓库(例如 Systran/faster-whisper-large-v3)或国内镜像站。下载模型文件,通常包括 config.json, model.bin, vocabulary.json 等。将模型文件放置到正确的目录。在软件根...117.140* Posted at: 5 months ago -
#3090 Error occurred while preparing request: Invalid URL 'v2/translate': No scheme supplied. Perhaps you meant https://v2/translate?...
💬 1[Last reply:5 months ago] This error indicates that the translation API URL configured in the software is incomplete and missing the protocol scheme (e.g., http:// or https://).Solution Steps:Open pyVideoTrans and go to the Se...169.224* Posted at: 5 months ago -
#3089 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&r...
💬 1[Last reply:5 months ago] 这是由于 GPT-SoVITS API 服务在处理请求时返回了 400 错误,通常是因为请求参数不符合服务端要求。检查 GPT-SoVITS API 服务状态:确保你已正确启动 GPT-SoVITS 的 API 服务(通常运行 api.py 或 api_v2.py),并且服务地址 http://127.0.0.1:9880 可以正常访问。检查请求参数:错误日志显示请求中包含了 ref_audio_...2600:1f14* Posted at: 5 months ago -
#3088 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 433388930...
💬 1[Last reply:5 months ago] 这是由于下载的 faster-whisper 模型文件损坏或不完整导致的。解决方案:手动下载模型:由于网络问题,从 HuggingFace 自动下载的模型可能损坏。前往 HuggingFace 模型页面(例如 Systran/faster-whisper-large-v3)。手动下载 model.bin 文件。放置模型文件:在软件根目录(D:/videotrans)下找到 models 文件夹。根...57.129* Posted at: 5 months ago -
#3087 Tea.exceptions.UnretryableException: HTTPSConnectionPool(host='mt.cn-hangzhou.aliyuncs.com', port=443): Max retries exceeded with url: /?Action=Translate&Format=json&Version=2018-1...
💬 1[Last reply:5 months ago] 这是由于网络代理配置错误或阿里翻译服务无法连接导致的。检查网络代理设置:在软件菜单中,点击“设置”->“网络代理”,确保代理地址和端口正确。如果未使用代理,请清空代理设置。检查阿里翻译服务状态:确认阿里云机器翻译服务(mt.cn-hangzhou.aliyuncs.com)在您所在地区可正常访问。如果网络环境受限,可能需要使用代理。验证API密钥:在“翻译设置”->“阿里翻译”中,确认...2409:8a55* Posted at: 5 months ago -
#3086 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&r...
💬 1[Last reply:5 months ago] 这是由于 GPT-SoVITS API 服务在处理请求时返回了 400 错误,通常是因为请求参数不匹配或服务端模型未正确加载。检查 GPT-SoVITS API 服务状态:确保你已正确启动 GPT-SoVITS 的 API 服务(通常为 http://127.0.0.1:9880),并且启动服务的终端窗口没有报错。核对请求参数:参考音频:错误日志显示 ref_audio_path=xby.wav,...2600:1f14* Posted at: 5 months ago -
#3085 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&r...
💬 1[Last reply:5 months ago] 这是由于 GPT-SoVITS API 服务在处理请求时返回了 400 错误,通常与请求参数(特别是参考音频和提示文本)不匹配或格式错误有关。解决方案:检查 GPT-SoVITS API 服务:确保你启动的 GPT-SoVITS 服务版本正确,并且其 API 接口地址为 http://127.0.0.1:9880。核对请求参数:根据错误信息,请求中包含了 ref_audio_path(参考音频路径...2600:1f14* Posted at: 5 months ago -
#3084 (None, 'RuntimeError: CUDA error: no kernel image is available for execution on the device\nCUDA kernel errors might be asynchronously reported at some other API call, so the stack...
💬 1[Last reply:5 months ago] This error indicates that the CUDA version installed on your system is incompatible with the version of PyTorch or the AI model library (likely faster-whisper) used by pyVideoTrans. The error "no kern...169.224* Posted at: 5 months ago -
#3083 语音识别降噪,faster模型large-v3不可以用吗,2小时语音识别视频,就是识别不出来,如何弄...
💬 7[Last reply:5 months ago] 分离人声功能在软件的“工具箱”中。操作步骤如下:打开软件,点击顶部菜单栏的“工具箱”。在工具箱界面中,找到并点击“分离人声”按钮。在弹出的文件选择窗口中,选择你想要处理的视频或音频文件。软件将使用内置模型分离出人声和背景音乐,并生成两个独立的音频文件。分离完成后,你可以在输出目录(默认是 _video_out 文件夹)中找到名为 [原文件名]_vocals.wav(人声)和 [原文件名]_inst...117.188* Posted at: 5 months ago -
#3082 RuntimeError: Unable to open file 'model.bin' in model 'D:/8_Tools/trans/models/models--Systran--faster-whisper-large-v2'...
💬 1[Last reply:5 months ago] 这是由于 faster-whisper 模型文件下载不完整或损坏导致的。手动下载模型文件:前往 HuggingFace 模型页面下载完整的 faster-whisper-large-v2 模型文件。将下载的模型文件(应包含 config.json, model.bin, tokenizer.json 等)放置到正确的目录:D:/8_Tools/trans/models/models--Systra...113.108* Posted at: 5 months ago -
#3081 把GPT-SoVITS接入pyVedioTrans后加载模型,两个不同音色趋于相同怎么回事。终端加载信息如下:F:\ai\GPT-SoVITS-v2pro-20250604>.\runtime\python api_v2.py-TTS......
💬 1[Last reply:5 months ago] 这是由于 GPT-SoVITS 模型加载时出现了权重不匹配(IncompatibleKeys),导致模型可能无法正确区分不同音色。根据终端日志,模型加载时报告了大量 missing_keys,这表明你加载的 SoVITS 模型权重文件(马保国_e8_s800.pth)与当前运行的 GPT-SoVITS API 版本(v2Pro)的模型结构不完全兼容。这会导致模型性能异常,可能表现为所有音色输出趋同...240e:341* Posted at: 5 months ago -
#3080 TaskCfg(cache_folder='D:/Program Files/win-pyvideotrans-v3.96/tmp/12268/140f727615', target_dir='E:/DownLoads/DCL/_video_out/Lustful Libertines – Mommy asked me to pee in her pussy...
💬 1[Last reply:5 months ago] 这是由于本地 openai-whisper 模型在 GPU 推理时出现了数值溢出(NaN)错误,通常与模型文件损坏或 GPU 驱动/环境问题有关。解决方案:清理并重新下载模型:删除 models/ 目录下与 openai-whisper 相关的模型文件夹(例如 models--openai--whisper-large-v3 或 models--openai--whisper-large-v3-t...240e:44d* 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.