Skip to content

Instantly share code, notes, and snippets.

@angelocarly
Last active March 8, 2025 08:36
Show Gist options
  • Save angelocarly/24673cb8d63530383a40905a24636a50 to your computer and use it in GitHub Desktop.
Save angelocarly/24673cb8d63530383a40905a24636a50 to your computer and use it in GitHub Desktop.
audio2face-2d runpod.io setup

audio2face on runpod.io

  1. Create an nvidia enterprise account.
    https://build.nvidia.com/nvidia/audio2face-2d/docker?signin=true

  2. Create an nvidia API key.
    Go to https://build.nvidia.com/nvidia/audio2face-2d/docker and press get API key.

  3. Go to runpod.io and deploy a pod

image
  1. Pick a GPU. I picked the cheapest one just for experimentation.
image
  1. Pick a random template and edit it.
    We want to use the audio2face-2d docker image
image
  1. Set the NGC_API_KEY environvent variable and enter your nvidia API key.
image image
  1. Deploy

  2. The container will not run correctly yet. Go to your account and under "Container Registry Auth" add your key again.

image This is to authenticate pulling the docker image.
  1. Select this authorization for your pod.
image And use it in the pod's settings. image
  1. If you get the following error you're not using an nvidia enterprise account or you didn't set the authtoken correctly. Please revisit those steps.
image
  1. After pulling you will find your server's ip in the connect tab.
image
  1. The end of https://build.nvidia.com/nvidia/audio2face-2d/docker?signin=true&snippet_tab=Docker describes how to interact with this container. Follow the steps.
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment