GPT-SoVITS-WebUI 克隆声音 macos搭建

强大的少样本语音转换与语音合成Web用户界面

macos

shell 复制代码
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
  • 激活环境 conda activate GPTSoVits
  • 停用 conda deactivate
go 复制代码
mkdir GPTSoVits
cd GPTSoVits
git clone https://github.com/RVC-Boss/GPT-SoVITS.git
cd GPT-SoVITS
shell 复制代码
pip install -r requirements.txt
pip uninstall torch torchaudio
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
shell 复制代码
conda install ffmpeg

运行

go 复制代码
$ python webui.py
Running on local URL:  http://0.0.0.0:987

参考

  1. 强大的少样本语音转换与语音合成Web用户界面
  2. GPT-SoVITS指南
相关推荐
CyL_Cly1 天前
localsend安卓手机下载 支持win/mac/ubuntu
android·macos·智能手机
A懿轩A1 天前
Thaw:让 macOS 菜单栏重获新生的免费全能管理工具,适配 macOS Tache 26.4.1 系统,Ice平替活跃版,解决 Ice 常见报错问题
macos
无效的名字1 天前
mac下安装openclaw
macos
00后程序员张1 天前
完整指南 iOS App上架到App Store的步骤详解
macos·ios·小程序·uni-app·objective-c·cocoa·iphone
开开心心loky1 天前
[OC 底层] (二)类与对象底层原理
macos·ios·objective-c·cocoa
谢斯2 天前
[esp-idf]macos 环境安装 v6.0
macos
idolao2 天前
ANSYS 2024安装教程 Windows版:License Manager配置+环境变量+Fluent汉化指南
macos
Digitally2 天前
4 种方法将 Mac 联系人同步到 iPhone
macos·cocoa·iphone
黄毛火烧雪下2 天前
在 macOS 里配置环境变量
macos
万粉变现经纪人2 天前
如何解决 pip install bitsandbytes 报错 仅支持 Linux+glibc(macOS/Windows 失败)问题
linux·运维·windows·python·scrapy·macos·pip