2
0

requirements.txt 1.3 KB

1234567891011121314151617
  1. safetensors
  2. ffmpeg-python # Apache 2.0
  3. gradio==5.5.0 # MIT License
  4. python-dotenv==1.0.0
  5. soundfile==0.12.1; sys_platform == 'win32' # torchaudio
  6. # sox # torchaudio for linux
  7. suno-bark @ https://github.com/rsxdalv/bark/releases/download/v0.1.0/suno_bark-0.1.0-py3-none-any.whl # MIT License
  8. vocos==0.1.0 # MIT License
  9. tortoise-tts @ https://github.com/rsxdalv/tortoise-tts/releases/download/v3.0.0/tortoise_tts-3.0.0-py3-none-any.whl # Apache 2.0
  10. beartype>=0.16.1 # workaround for a bug
  11. # no longer required directly # transformers==4.36.1 # cross-compatibility
  12. iso639-lang==2.2.3
  13. pillow==10.3.0 # for gradio, conda fix
  14. deepspeed @ https://github.com/rsxdalv/DeepSpeed/releases/download/v0.15.5-test/deepspeed-0.15.5+unknown-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' # Apache 2.0
  15. fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' # MIT License
  16. fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform == 'linux' # MIT License
  17. fairseq @ https://github.com/rsxdalv/fairseq/releases/download/v0.12.3/fairseq-0.12.13-cp310-cp310-macosx_11_0_universal2.whl ; sys_platform == 'darwin' # MIT License