chatterbox-tts-apple-silicon / requirements.txt
Abhijit Bhattacharya
🎙️ Initial upload: Chatterbox-TTS with Apple Silicon MPS optimization - Native MPS GPU support for 2-3x faster inference - Smart text chunking - CUDA→MPS device mapping - Enhanced UI - Complete documentation
a3705f1
raw
history blame contribute delete
395 Bytes
# Core TTS package
chatterbox-tts
# PyTorch with MPS support
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# Audio processing
librosa>=0.9.2
soundfile>=0.12.1
scipy>=1.9.0
# Web interface
gradio>=4.0.0
# Utilities
numpy>=1.21.0
transformers>=4.30.0
accelerate>=0.20.0
# Optional: For better audio quality
resampy>=0.4.2
# Progress tracking
tqdm>=4.64.0
# File handling
Pillow>=9.0.0