chmielvu commited on
Commit
fafbc88
·
verified ·
1 Parent(s): d6ff9fd

fix: pin TTS==0.22.0 and transformers<4.44 for compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -12,5 +12,8 @@ soundfile>=0.12
12
  torch>=2.2,<2.6
13
  torchaudio>=2.2,<2.6
14
 
15
- # XTTS v2 via idiap coqui-tts fork (maintained, built-in voice caching)
16
- coqui-tts>=0.27.0
 
 
 
 
12
  torch>=2.2,<2.6
13
  torchaudio>=2.2,<2.6
14
 
15
+ # XTTS v2 - use TTS 0.22.0 (proven stable with transformers 4.43)
16
+ TTS==0.22.0
17
+
18
+ # Transformers (needed by TTS, pin to compatible version)
19
+ transformers>=4.40,<4.44