You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://www.youtube.com/watch?v=hOSsGOmDC3w
Here are the command used in this video in order:
conda create --name tortoise-tts python=3.9
conda activate tortoise-tts
conda install -n base conda-forge::mamba
mamba install pandas
cd anaconda3
conda install torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
conda install -c conda-forge pysoundfile
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
[From Requirements.txt delete all NUMBA entries and llvmlite entry. Then change NUMPY to 1.20.3 and SCIPY to 1.10.1]
python -m pip install -r ./requirements.txt
conda install numba
python setup.py install
Beta Was this translation helpful? Give feedback.
All reactions