IFMedTechdemo commited on
Commit
cb6f69e
·
verified ·
1 Parent(s): a262743

ADDED Chatterbox requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -4
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  datasets==4.0.0
3
  librosa==0.11.0
4
  neucodec>=0.0.3
5
- numpy==2.2.6
6
  pandas==2.3.2
7
  phonemizer==3.3.0
8
  requests==2.32.5
@@ -13,15 +13,30 @@ torchao==0.13.0
13
  torchaudio==2.8.0
14
  torchtune==0.6.1
15
  tqdm==4.67.1
16
- transformers==4.56.1
17
  vector-quantize-pytorch==1.17.8
18
  resemble-perth==1.0.1
19
  accelerate==1.10.1
20
- gradio
21
 
22
  # Additional dependencies for Kokoro TTS integration
23
  kokoro>=0.2
24
  bitsandbytes
25
  snac
26
  pyttsx3
27
- gitpython
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  datasets==4.0.0
3
  librosa==0.11.0
4
  neucodec>=0.0.3
5
+ numpy>=1.26.0,<2.0 # Resolved conflict: Balances NeuTTS (prefers 2.x) and Chatterbox/silero-vad (needs 1.x stability)
6
  pandas==2.3.2
7
  phonemizer==3.3.0
8
  requests==2.32.5
 
13
  torchaudio==2.8.0
14
  torchtune==0.6.1
15
  tqdm==4.67.1
16
+ transformers==4.56.1 # Upgraded from Chatterbox's 4.46.3 for torch 2.8.0 compatibility
17
  vector-quantize-pytorch==1.17.8
18
  resemble-perth==1.0.1
19
  accelerate==1.10.1
20
+ gradio==4.44.0 # Pinned for stability across all engines
21
 
22
  # Additional dependencies for Kokoro TTS integration
23
  kokoro>=0.2
24
  bitsandbytes
25
  snac
26
  pyttsx3
27
+ gitpython
28
+
29
+ # Chatterbox Multilingual dependencies (merged, conflicts resolved)
30
+ resampy==0.4.3
31
+ s3tokenizer
32
+ diffusers==0.29.0 # Compatible with torch 2.8.0
33
+ omegaconf==2.3.0
34
+ silero-vad>=5.1.2 # Updated for potential NumPy 2.x fixes if needed
35
+ conformer==0.3.2
36
+ safetensors
37
+
38
+ # Optional language-specific dependencies for Chatterbox (uncomment as needed)
39
+ # spacy_pkuseg # For Chinese text segmentation
40
+ # pykakasi>=2.2.0 # For Japanese text processing (Kanji to Hiragana)
41
+ # russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
42
+ # dicta-onnx>=0.1.0 # For Hebrew diacritization