Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use custom TTS? #390

Open
SuperMaximus1984 opened this issue Feb 26, 2025 · 0 comments
Open

How to use custom TTS? #390

SuperMaximus1984 opened this issue Feb 26, 2025 · 0 comments

Comments

@SuperMaximus1984
Copy link

RedTheDocs of this project says I can run with CLI syntax like below:
python app.py --tts gpt-sovits --TTS_SERVER http://127.0.0.1:8080 --REF_FILE ref.wav --REF_TEXT xxx

But then I face the error
'LipReal' object has no attribute 'tts'
or
AttributeError: 'NeRFReal' object has no attribute 'tts'
depending on the model I choose.

My fishTTS is up & running on http://127.0.0.1:8080, OpenAPI is hooked up, but LiveTalking docker container throws the above errors when I press WebUI "Start" button.

Please help to run with custom TTS.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant