-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Remote GPU
Ali Aliev edited this page May 12, 2020
·
9 revisions
This guide will assume the OS is Ubuntu 18.04 and latest NVIDIA drivers installed.
See also provisioning a cloud-based GPU instance.
- Download Miniconda Python 3.7 and install it:
bash Miniconda3-latest-Linux-x86_64.sh
- Clone
avatarify
and 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.tar
file in theavatarify
directory (don't unpack it).
This guide will assume the OS is Windows 10 and latest NVIDIA drivers installed.
- Install Miniconda Python 3.7.
- Install Git.
- Press Windows button and type "miniconda". Run suggested Anaconda Prompt.
- Download and install Avatarify (please copy-paste these commands and don't change them):
git clone https://github.com/alievk/avatarify.git
cd avatarify
scripts\install_windows.bat
-
Download network weights and place
vox-adv-cpk.pth.tar
file in theavatarify
directory (don't unpack it).
Linux:
bash run.sh --is-worker
Windows:
run_windows.bat
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.