Aatrox-Bert-VITS2 部署教程【AI 剑魔 ①】在线语音合成(Bert-Vits2),将输入文字转化成暗裔剑魔·亚托克斯音色的音频输出。
作者:Xz 乔希 https://space.bilibili.com/5859321
声音归属:Riot Games《英雄联盟》暗裔剑魔·亚托克斯
Bert-VITS2 项目:https://github.com/Stardust-minus/Bert-VITS2
【AI 剑魔 ②】https://www.modelscope.cn/studios/xzjosh/Jianmo-Bert-VITS2
【AI 剑魔 ③】https://www.modelscope.cn/studios/xzjosh/JM-Bert-VITS2
【AI 合集】https://www.modelscope.cn/studios/xzjosh/Bert-VITS2
使用本模型请严格遵守法律法规!
发布二创作品请标注本项目作者及链接、作品使用 Bert-VITS2 AI 生成!

部署流程:
1.安装更新基础环境
apt update
apt upgrade
apt install build-essential

2.安装miniconda
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
3.创建虚拟环境
conda create -n aatrox python=3.8
conda activate aatrox

4.克隆项目仓库,并打开文件
git lfs install
git clone https://www.modelscope.cn/studios/xzjosh/Aatrox-Bert-VITS2.git
5.依赖安装
cd Aatrox-Bert-VITS2
pip install -r requirements.txt

6.运行模型
export GRADIO_SERVER_NAME=0.0.0.0
export GRADIO_SERVER_PORT=8080
python3 app.py

7.进入WebUI

点击此处,立即体验Aatrox-Bert-VITS2!
