152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
759 stars 177 forks source link

RuntimeError: CUDA driver error: invalid argument - when setting voice arg #52

Open chrisbward opened 1 year ago

chrisbward commented 1 year ago
./scripts/tortoise_tts.py --voice emma --preset ultra_fast "testing"
Shiro836 commented 1 year ago

If your gpu is rtx 40xx, then it will only work on torch 2.0.0. Reinstall torch after tortoise setup - pip install torch==2.0.0 torchaudio==2.0.1