项目地址:https://github.com/Ikaros-521/AI-Vtuber 项目在线文档:https://luna.docs.ie.cx/ bert-vits2仓库:https://github.com/Stardust-minus/Bert-VITS2 vits-simple-api仓库:https://github.com/Artrajz/vits-simple-api 相关整合/半整合包发布 https://github.com/Ikaros-521/AI-Vtuber/releases/ ...
"刘悦-中文特化API": message["data"]["刘悦-中文特化API"], "content": message["content"] } # 调用接口合成语音 voice_tmp_path = await self.my_tts.bert_vits2_api(data) elif message["tts_type"] == "vits_fast": if message["data"]["language"] == "自动识别": # 自动检测语言 @@ ...
async def bert_vits2_api(self, data): try: logging.debug(f"data={data}") if data["type"] == "hiyori": # API地址 "http://127.0.0.1:5000/voice" API_URL = urljoin(data["api_ip_port"], '/voice') data_json = { "text": data["content"], "model_id": data["model_id"], ...
水水是猫不吃鱼创建的收藏夹AI主播内容:【AI主播-TTS篇】接入bert_vits2 hiyori UI的API,省得再搞个vits-simple-api了,如果您对当前收藏夹内容感兴趣点击“收藏”可转入个人收藏夹方便浏览
Fish-Speech-1.5,一键包,接口api使用,文字转语音,声音克隆,zero-shot,接入quicker划词朗读,fish-audio团队开源 1320 -- 2:20 App 最新AI声音克隆一键整合包cosyvoice_20241122_N卡版-超逼真 448 -- 14:12 App 记录在Linux中部署语音合成MeloTTS中遇到的问题以及对应的解决方法 | 语音合成 | TTS | MeloTTS 35...
2 使用Bert-VITS2训练个性化语音 2.1 conda环境准备 conda环境准备详见:annoconda 2.2 运行环境构建 git clone https://github.com/fishaudio/Bert-VITS2 cd Bert-VITS2 conda create -n vits2 python=3.9 conda activate vits2 pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 ...
Bert模型地址:中:https://huggingface.co/hfl/chinese-roberta-wwm-ext-large 日:https://huggingface.co/cl-tohoku/bert-base-japanese-v3/tree/main 原始库地址:https://github.com/Stardust-minus/Bert-VITS2 原作者介绍视频:https://www.bilibili.com/video/BV1hp4y1K78E 视频基于的 commit: master ...
数字伙伴新增支持网络语音合成功能,即使没有独立显卡也能超快速合成语音,并大大减少内存占用。还支持Bert-VITS2的在线语音合成,语音朗读效果完美超越VITS原版,情感饱满没有口音。 于是这里出了这期本地部署simple-vits-a - aYYbsYYa于20231001发布在抖音,已经收获了6
使用Trainer API进行超参数搜索 5.3 优化推理 在CPU上进行推理 在单个GPU上进行推理 在多个GPU上进行...
系统:win11 预期行为 | Expected behavior 正常运行 实际行为 | Actual behavior 原因分析(如果可以) | Cause analysis (if possible) 问题重现步骤 | Steps to reproduce the problem 网上找的模型 Ikaros-521added thequestionFurther information is requestedlabelSep 11, 2023 ...