Chatterbox_AP / requirements.txt
ceymox's picture
Update requirements.txt
7e57840 verified
raw
history blame contribute delete
694 Bytes
# Minimal approach: Only essential packages, let ChatterboxTTS handle audio deps
# ChatterboxTTS from Resemble AI GitHub Repository (install first)
git+https://github.com/resemble-ai/chatterbox.git
# Core ML (if not included in ChatterboxTTS)
torch>=2.0.0
torchaudio>=2.0.0
# Only specify versions that are absolutely required
numpy==1.26.0
transformers==4.46.3
# Web Framework
gradio>=4.0.0
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
pydantic>=2.0.0
# Hugging Face Spaces
spaces>=0.28.0
# Essential utilities
requests>=2.28.0
# Add back other dependencies only if needed
# diffusers==0.29.0
# silero-vad==5.1.2
# conformer==0.3.2
# s3tokenizer
# resemble-perth==1.0.1
# omegaconf==2.3.0