eightban's memo

残しておきたい記事をまとめてみました。このブログに書いてあるドキュメントやブログで配布しているファイルの使用によって発生するいかなる損害に対してもこのブログの管理者は責任を負いません。使用する場合は自己責任のもとに使用してください。

Python

Whisper-WebUIを Windows パソコンで動かす

投稿日:

インストール

GitHub - jhj0517/Whisper-WebUI: A Web UI for easy subtitle using whisper model.

"D:\WinPython\WinPython Command Prompt.exe"
git clone https://github.com/jhj0517/Whisper-WebUI
cd Whisper-WebUI

仮想環境を作成してインストールしてくれます

"D:\WinPython\content\Whisper-WebUI\Install.bat"
"D:\WinPython\content\Whisper-WebUI\start-webui.bat"
(venv) D:\WinPython\content\openai-whisper>"D:\WinPython\content\openai-whisper\start-webui.bat"
venv "D:\WinPython\content\openai-whisper\\venv\Scripts\Python.exe"
Use Faster Whisper implementation
Device "cuda" is detected
Running on local URL:  http://127.0.0.1:7860

コントロールキーを押しながら URL をクリック

Error transcribing file on line Library cublas64_12.dll is not found or cannot be loadedのエラーが出た時

pip uninstall faster-whisper
pip install faster-whisper==0.10.1

-Python

Copyright© eightban's memo , 2024 All Rights Reserved Powered by STINGER.