安装和配置HeyGem的步骤如下:
- Preparing the environment::
- 确保系统满足硬件和空间要求。
- 安装NVIDIA显卡驱动。
- 安装Windows Docker(需预先安装WSL)。
- Installing Docker::
- utilization
wsl --install
命令安装WSL。 - 下载并安装适用于Windows的Docker。
- 更新WSL:
wsl --update
The
- utilization
- 安装服务器组件::
- 在Docker中拉取必要的镜像(fun-asr、fish-speech-ziming、heygem.ai)。
- exist
/deploy
目录执行docker-compose up -d
Start the service.
- Installation of the client::
- utilization
npm run build:win
构建客户端。 - 运行生成的
HeyGem-1.0.0-setup.exe
Perform the installation.
- utilization
- 依赖组件:安装Node.js 18和必要的Docker镜像。
整个安装过程可能需要半小时以上,具体时间取决于网络速度。安装完成后,用户可以在本地启动HeyGem客户端开始使用。
This answer comes from the articleHeyGem: Silicon Intelligence's Open Source Heygen Digital Human PantographsThe