tts-xtts2-multi / requirements.txt
TaiYouWeb's picture
Update requirements.txt
4b6d795 verified
raw
history blame
494 Bytes
--extra-index-url https://download.pytorch.org/whl/cpu
numpy>=1.24.3,<2.0.0
scikit-learn==1.2.2
setuptools>=65.5.0,<68.0.0
wheel>=0.41.0,<0.45.0
torch==2.0.1 # 固定为2.0.1以满足torchaudio依赖
torchaudio==2.0.2+cpu # 确保与torch兼容
coqui-tts>=0.24.1,<0.25.0
hangul-romanize>=0.1.0,<0.2.0
coqui-tts[ja]>=0.24.1,<0.25.0
coqui-tts[zh]>=0.24.1,<0.25.0
uvicorn>=0.22.0,<0.23.0
fastapi>=0.103.1,<0.105.0
python-multipart>=0.0.6,<0.1.0
python-dotenv>=1.0.0,<2.0.0
pydub>=0.25.1,<0.26.0