Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 2.7 KB

File metadata and controls

71 lines (38 loc) · 2.7 KB

星期六

中文 | English

About

Author: 此号已封12138

Demo: 花费时间两周半 ChatGLM(清华源)+语音生成+L2D 的对话AI【此号已封】

References:

【保姆级教程】教你使用群友语音快速得到一个AI群友 | 基于paddlespeech项目训练AI语音合成模型

【AI虚拟主播】B站第一个开源的自主学习的虚拟主播!

AI-Vtuber

【ChatGLM】本地版ChatGPT?6G显存可用!ChatGLM-6B 清华开源模型一键包发布 可更新

ChatGLM-webui

【有手就行】使用你自己的声音做语音合成

【有手就行】使用自己的声音做语音合成(二)本地部署

Live2DMascot

(vits+ChatGLM)采用清华开源模型ChatGLM的本地化语音聊天

vits_with_chatgpt-gpt3

Start

Install python

python -m pip install paddlepaddle-gpu==2.4.2.post117 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

Downloadnltk_data and put it in your python file

Note:

1.Install paddlepaddle according to your cuda version you can find more paddlepaddle in https://www.paddlepaddle.org.cn/

2.python version need 3.9

3.Module and voice are too big .So I would't upload it. You can find it in【ChatGLM】本地版ChatGPT?6G显存可用!ChatGLM-6B 清华开源模型一键包发布 可更新 My module is from that. Copy all the content in chatglm-6b to the module. Voice is here: https://pan.baidu.com/s/1pv0BubXrMaGq0trw8J8cFw?pwd=6666

Insatll L2D

Dwonload Live2DMascot

Configure as below. Satrt l2d

ladsconfig

Run

python server.py

Double-click the right button to open the input box for communication

License

MIT