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
I had the same error after the library upgrade. I've changed line 109 from CoquiEngine(cloning_reference_wav="female.wav", language="en", speed=1.0) to coqui_engine = CoquiEngine(voice="female.wav", language="en", speed=1.0) and it is working now for me.
All libraries seem to have been installed properly. However I get this error when trying to run
C:\Users\USER\code\LocalAIVoiceChat-main>start.bat cuda not available llama_cpp_lib: return llama_cpp Initializing LLM llama.cpp model ... llama.cpp model initialized Initializing TTS CoquiEngine ... Traceback (most recent call last): File "C:\Users\USER\code\LocalAIVoiceChat-main\ai_voicetalk_local.py", line 111, in <module> coqui_engine = CoquiEngine(cloning_reference_wav="female.wav", language="en", speed=1.0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\USER\AppData\Roaming\Python\Python311\site-packages\RealtimeTTS\engines\base_engine.py", line 11, in __call__ instance = super().__call__(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: CoquiEngine.__init__() got an unexpected keyword argument 'cloning_reference_wav'
Please advise
The text was updated successfully, but these errors were encountered: