Ikaros-521 / AI-Vtuber

AI Vtuber是一个由 【ChatterBot/ChatGPT/claude/langchain/chatglm/text-gen-webui/闻达/千问/kimi/ollama】 驱动的虚拟主播【Live2D/UE/xuniren】,可以在 【Bilibili/抖音/快手/微信视频号/拼多多/斗鱼/YouTube/twitch/TikTok】 直播中与观众实时互动 或 直接在本地进行聊天。它使用TTS技术【edge-tts/VITS/elevenlabs/bark/bert-vits2/睿声】生成回答并可以选择【so-vits-svc/DDSP-SVC】变声;指令协同SD画图。
https://ikaros-521.github.io/Luna-Docs/site/
GNU General Public License v3.0
3.02k stars 457 forks source link

🙋 使用vits-simple-api接入bert-vits2时,报错如下 #311

Closed Ikaros-521 closed 1 year ago

Ikaros-521 commented 1 year ago

Question Report

请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you.

你使用了哪个版本? | Which version did you use?

20230825

您使用的python版本&系统环境? | Your usage python version & system?

python:3.10.11 系统:win11

预期行为 | Expected behavior

正常运行

实际行为 | Actual behavior

SWE8@}_TL_Z(F0CRG{K4J9A

原因分析(如果可以) | Cause analysis (if possible)

问题重现步骤 | Steps to reproduce the problem

网上找的模型

Ikaros-521 commented 1 year ago

解决方案参考:https://github.com/Artrajz/vits-simple-api/issues/72

bert_vits2/models.py中第646行if n_speakers > 1:修改为if n_speakers >= 1: