We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
写了一份简单的教程, 描述了如何在 docker compose 中将GPT-sovits-2-OpenAI集成到GPT-SoVITS中, 并接入 LLM 的推理UI使用
docker compose
见RVC-Boss/GPT-SoVITS/issues/2195
也许可以放进指南文档?
PS: 能在配置文件中加个切分参数吗? 这选项还挺常用的
The text was updated successfully, but these errors were encountered:
切分参数在v2分支的.env里
Sorry, something went wrong.
谢谢, 在
# Get text_split_method from environment variable or use default TEXT_SPLIT_METHOD = os.environ.get('TEXT_SPLIT_METHOD', 'cut1')
中找到了TEXT_SPLIT_METHOD, 已据此更新issue
TEXT_SPLIT_METHOD
No branches or pull requests
写了一份简单的教程, 描述了如何在
docker compose
中将GPT-sovits-2-OpenAI集成到GPT-SoVITS中, 并接入 LLM 的推理UI使用见RVC-Boss/GPT-SoVITS/issues/2195
也许可以放进指南文档?
PS: 能在配置文件中加个切分参数吗? 这选项还挺常用的
The text was updated successfully, but these errors were encountered: