Abhijit Bhattacharya
Add Chatterbox-TTS Apple Silicon code - Fixed app.py with Apple Silicon compatibility - Requirements and documentation included - No MPS tensor allocation errors - Ready for local download and usage
3836582
# 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 |