Standalone Faster-Whisper-XXL info: Includes all Standalone Faster-Whisper features +the additional ones, for example: Preprocess audio with MDX23 Kim_vocal_v2 vocal extraction model. Alternative VAD methods: 'silero_v3', 'silero_v4', 'pyannote_v3', 'pyannote_onnx_v3', 'auditok', 'webrtc...
Whisper & Faster-Whisper standalone executables for those who don't want to bother with Python. - whisper-standalone-win/README.md at main · krmao/whisper-standalone-win
https://github.com/Purfview/whisper-standalone-win/discussions/29 从134.5 版本开始,Whisper-Faster 支持按目录、文件列表或通配符进行批处理。 并且有新的 --batch_recursive 参数。 几个使用示例: whisper-faster.exe "D:\Clips\*.mkv" --check_files --language=en --model=medium -o=source whisper-fa...
https://github.com/Purfview/whisper-standalone-win/discussions/29 从134.5 版本开始,Whisper-Faster 支持按目录、文件列表或通配符进行批处理。 并且有新的 --batch_recursive 参数。 几个使用示例: whisper-faster.exe "D:\Clips\*.mkv" --check_files --language=en --model=medium -o=source whisper-fa...
github.com/Purfview/whisper-standalone-win/releases/tag/libs 下载解压,根据提示放入相应位置。 安装依赖库: pip install nvidia-cublas-cu11 nvidia-cudnn-cu11 然后就可以使用 GPU 运行了。 Python 代码: from faster_whisper import WhisperModel
github.com/Purfview/whisper-standalone-win/releases/tag/libs 下载解压,根据提示放入相应位置。 安装依赖库: pip install nvidia-cublas-cu11 nvidia-cudnn-cu11 然后就可以使用 GPU 运行了。 Python 代码: from faster_whisper import WhisperModelmodel_size = "large-v3"# 使用 GPU 运行,指定精度 INT8model...
http://github.com/Purfview/whisper-standalone-win/releases/tag/libs 下载解压,根据提示放入相应位置。 安装依赖库: pip install nvidia-cublas-cu11 nvidia-cudnn-cu11 然后就可以使用 GPU 运行了。 Python 代码: from faster_whisper import WhisperModel ...
Pretty amazing! I'm using the standalone on Mac. The first thing I was testing was Chinese. I'm not impressed with that English translation (I have existing, human-made subs to compare it to), but it did a perfect job on some English, French, Spanish, and even Nepali!
https://github.com/Purfview/whisper-standalone-win/releases/tag/libs解压存档并将对应库放在 PATH 目录中。 都没成功,报: cublas64_12.dll is not found RuntimeError: Library cublas64_12.dll is not found or cannot be loaded 最后解决方案是通过下面命令安装的: ...
either the standalone commandline tools orXcode.") endif() execute_processCOMMAND ${XCODEBUILD_EXECUTABLE} -version OUTPUT_VARIABLE XCODE_VERSION_INT ERROR_QUIET OUTPUT_STRIP_) string(REGEX MATCH "Xcode [0-9\\.]+" XCODE_VERSIONINT "${XCODE_VERSION_INT}") stringREGEX ...