soprano
Soprano: Instant, Ultra-Realistic Text-to-Speech
File Explorer
Download Latest Version (.zip)- streaming.ipynb
- base.py
- lmdeploy.py
- transformers.py
- auto_select.py
- streaming.py
- text_normalizer.py
- text_splitter.py
- decoder.py
- heads.py
- models.py
- modules.py
- spectral_ops.py
- __init__.py
- cli.py
- server.py
- tts.py
- webui.py
- .gitignore
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/ekwek1/soprano
Downloads the entire project code from GitHub to your computer.
cd soprano
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install soprano-tts[lmdeploy]
Installs the package published on PyPI directly โ no need to clone the source.
pip install soprano-tts
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install soprano-tts[lmdeploy]
Installs the package published on PyPI directly โ no need to clone the source.
pip install soprano-tts
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e .[lmdeploy]
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
> pip uninstall -y torch
Type this command into your terminal and run it.
Pulled directly from this repo's README.
