Skip to content

Remote GPU

Ali Aliev edited this page May 7, 2020 · 9 revisions

Server deployment tested on Ubuntu 18.04

Install

  1. Download Miniconda Python 3.7 and install it:
bash Miniconda3-latest-Linux-x86_64.sh
  1. Clone avatarify and install its dependencies:
git clone https://github.com/alievk/avatarify.git
cd avatarify
bash scripts/install.sh --no-vcam
  1. Download network weights and place vox-adv-cpk.pth.tar file in the avatarify directory (don't unpack it).

Run server

bash run.sh --is-worker

Run client

Clients are supported on all platforms. Use this command to run a client:

run_mac.sh --worker-host server_address

where server_address is the IP address or the hostname of the server. Use run_windows.bat for Windows and run.sh for Linux.

Clone this wiki locally