-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
avatarifyand install its dependencies:
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.tarfile in theavatarifydirectory (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.