Mozer / talk-llama-fast

Port of OpenAI's Whisper model in C/C++ with xtts and wav2lip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named xtts_api_server

andrei-g-git opened this issue · comments

I'm trying to run xtts_streaming_audio.bat but it can't find xtts_api_server. I'm a bit confused because when I start up xtts_wav2lip.bat that works fine despite it also using the xtts_api_server module. When I check for that module in C:\Users\<USER>\miniconda3\envs\xtts\Lib\site-packages it's right there.

The complete error:
C:\Users\<USER>\miniconda3\envs\extras\python.exe: No module named xtts_api_server

So basically I can do video chat with Emma Watson alright but not simple audio chat.

I'm running on windows 10 on a rtx 3060 12GB. I've also replaced the LLM with Meta-Llama-3-8B-Instruct.Q3_K_M.gguf and deleted Emma Watson's character prompt, if any of that info is useful.