# Preinstall requirements from TTS | |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118 | |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118 | |
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118 | |
numpy==1.22.0;python_version<="3.10" | |
numpy==1.24.3;python_version>"3.10" | |
cython==0.29.30 | |
scipy>=1.11.2 | |
soundfile==0.12.* | |
librosa==0.10.* | |
scikit-learn==1.3.0 | |
numba==0.55.1;python_version<"3.9" | |
numba==0.57.0;python_version>="3.9" | |
inflect==5.6.* | |
tqdm==4.64.* | |
anyascii==0.3.* | |
pyyaml==6.* | |
fsspec==2023.6.0 # <= 2023.9.1 makes aux tests fail | |
aiohttp==3.8.* | |
packaging==23.1 | |
# deps for examples | |
flask==2.* | |
# deps for inference | |
pysbd==0.3.4 | |
# deps for notebooks | |
umap-learn==0.5.* | |
pandas>=1.4,<2.0 | |
# deps for training | |
matplotlib==3.7.* | |
# coqui stack | |
trainer | |
# config management | |
coqpit>=0.0.16 | |
# chinese g2p deps | |
jieba | |
pypinyin==0.47.1 | |
# gruut+supported langs | |
gruut[de,es,fr]==2.2.3 | |
# deps for korean | |
jamo | |
nltk | |
g2pkk>=0.1.1 | |
# deps for bangla | |
bangla | |
bnnumerizer | |
bnunicodenormalizer | |
#deps for tortoise | |
k_diffusion | |
einops==0.6.* | |
transformers==4.33.* | |
#deps for bark | |
encodec==0.1.* | |
# deps for XTTS | |
unidecode==1.3.* | |
langid | |
# Install Coqui TTS | |
TTS==0.17.8 | |
# Deepspeed for fast inference | |
deepspeed==0.8.3 | |
pydub | |
librosa | |
ffmpeg-python | |
gradio_client |