0
点赞
收藏
分享

微信扫一扫

【自然语言处理】GPT模型

一、模型介绍

【AI 剑魔 ①】在线语音合成(Bert-Vits2),将输入文字转化成暗裔剑魔·亚托克斯音色的音频输出。

声音归属: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

屏幕截图

二、部署流程

1. 安装更新基础环境

apt update 
apt upgrade 
apt install build-essential 

image.png

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

屏幕截图

三、界面演示

屏幕截图

举报

相关推荐

0 条评论