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
ディスカッション
コメント一覧
まだ、コメントがありません