安装Seed-VC需要以下步骤:
environmental preparation
- 安装Python 3.10和Git工具
- 推荐配置CUDA 12.4(用于GPU加速)和FFmpeg音频处理工具
Get the project
pass (a bill or inspection etc)git clone https://github.com/Plachtaa/seed-vc.git
Download Code
Environment Configuration
- Create a Python virtual environment:
python -m venv venv
- 激活环境后安装依赖:
pip install -r requirements.txt
priming
- 语音转换:运行
app_vc.py
- 歌声转换:运行
app_svc.py
- 实时转换:运行
real-time-gui.py
- interviews
http://localhost:7860
Using the Web Interface
Mac M系列芯片需使用特制依赖文件requirements-mac.txt。首次运行会自动下载相应模型文件。
This answer comes from the articleSeed-VC: supports real-time conversion of speech and song with fewer samplesThe