File size: 1,408 Bytes
5b0a35e 22d3a77 5b0a35e c534b30 41ac656 42c9a4a c534b30 5b0a35e c534b30 59c041f fc82876 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# 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 git+https://github.com/coqui-ai/tts.git@v0.19.0 cutlet # mecab and unidic required for japanese mecab-python3==1.0.6 unidic-lite==1.0.8 # Deepspeed for fast inference deepspeed==0.8.3 pydub librosa ffmpeg-python gradio_client emoji asyncio |