Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if not exist ".venv\Scripts\python.exe" (
python -m pip install --upgrade pip wheel setuptools
echo [voci] installing GPU build of PyTorch (CUDA 12.4)...
echo [voci] no NVIDIA GPU? edit this file and remove the --index-url line below to install the CPU build instead.
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install torch torchvision torchaudio
echo [voci] installing Coqui TTS, Flask, and the desktop/tray UI...
pip install coqui-tts flask pywebview pystray pillow imageio-ffmpeg
echo.
Expand Down