From e1ad7a6e73245f59dd4a565f33490ca5c2f45d97 Mon Sep 17 00:00:00 2001 From: James Pine Date: Thu, 12 Mar 2026 23:13:09 -0700 Subject: [PATCH] fix: add piper-phonemize find-links for LuxTTS install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit piper-phonemize has no PyPI wheels — needs custom find-links URL from k2-fsa.github.io. Removed redundant transitive deps that Zipvoice already declares. --- backend/requirements.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e91c2847..8611426e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,12 +15,9 @@ huggingface_hub>=0.20.0 qwen-tts>=0.0.5 # LuxTTS (voice cloning engine) +# piper-phonemize needs custom index (no PyPI wheels) +--find-links https://k2-fsa.github.io/icefall/piper_phonemize.html Zipvoice @ git+https://github.com/ysharma3501/LuxTTS.git -onnxruntime>=1.16.0 -piper-phonemize>=1.1.0 -lhotse>=1.20.0 -pydub>=0.25.0 -inflect>=7.0.0 # Audio processing librosa>=0.10.0