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

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

macos

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

运行

$ python webui.py
Running on local URL:  http://0.0.0.0:987

请添加图片描述

参考

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

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-02-18 08:50:03       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-02-18 08:50:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-02-18 08:50:03       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-02-18 08:50:03       20 阅读

热门阅读

  1. 在Ubuntu-12.04环境下使用新的Rust开发工具

    2024-02-18 08:50:03       30 阅读
  2. UI自动化-(web入门示例)

    2024-02-18 08:50:03       29 阅读
  3. ValueError check_hostname requires server_hostname 报错

    2024-02-18 08:50:03       25 阅读
  4. WordPress Nginx 报错 502 Bad Gateway

    2024-02-18 08:50:03       86 阅读
  5. C语言:螺旋阵

    2024-02-18 08:50:03       31 阅读
  6. Nginx七层负载均衡之动静分离

    2024-02-18 08:50:03       25 阅读
  7. 服务器项目中的常考问题

    2024-02-18 08:50:03       27 阅读