Mozer / talk-llama-fast

Port of OpenAI's Whisper model in C/C++ with xtts and wav2lip
MIT License
704 stars 62 forks source link

No module named 'TTS.api' #24

Open boredfedya opened 2 months ago

boredfedya commented 2 months ago

When i`m trying run xtts_wav2lip.bat

Mozer commented 2 months ago

I guess, you had an error while installing xtts. Usually it happens because of missing visual-cpp-build-tools. Check section about VS_BuildTools in my installation manual. It has some screenshots.

If you still have errors: conda activate xtts pip install git+https://github.com/Mozer/tts show me errors