-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Remote GPU
Ali Aliev edited this page May 7, 2020
·
9 revisions
Server deployment tested on Ubuntu 18.04
- Download Miniconda Python 3.7 and install it:
bash Miniconda3-latest-Linux-x86_64.sh
- Clone
avatarify
and install its dependencies (sudo privelege is required):
git clone https://github.com/alievk/avatarify.git
cd avatarify
bash scripts/install.sh --no-vcam
-
Download network weights and place
vox-adv-cpk.pth.tar
file in theavatarify
directory (don't unpack it).
bash run.sh --is-worker
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.