Document local GPT-SoVITS setup for EchoKit#121
Merged
Conversation
Added documentation for running GPT-SoVITS locally as a TTS provider with EchoKit, including setup instructions and configuration details.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for setting up GPT-SoVITS as a local TTS provider for EchoKit. The documentation explains the benefits of running TTS locally (no cloud dependency, vendor lock-in, or external APIs) and provides step-by-step instructions for installation, configuration, and integration with EchoKit.
- Documents GPT-SoVITS as a local, open-source TTS alternative to cloud providers
- Provides detailed setup instructions including LibTorch installation, model downloads, and server configuration
- Explains how to configure EchoKit to use the local GPT-SoVITS endpoint
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+126
to
+127
| * [EchoKit Box](https://echokit.dev/echokit_box.html) | ||
| * [EchoKit DIY](https://echokit.dev/echokit_diy.html) |
There was a problem hiding this comment.
These product links appear in multiple documentation files. Consider centralizing them in a shared documentation snippet or footer template to ensure consistency and ease of maintenance across all EchoKit documentation.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added documentation for running GPT-SoVITS locally as a TTS provider with EchoKit, including setup instructions and configuration details.