Home

Awesome

<div align="center">

Docker image for Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation

Docker Pulls Template Version

</div>

Installs

Available on RunPod

This image is designed to work on RunPod. You can use my custom RunPod template to launch it on RunPod.

Building the Docker image

[!NOTE] You will need to edit the docker-bake.hcl file and update REGISTRY_USER, and RELEASE. You can obviously edit the other values too, but these are the most important ones.

# Clone the repo
git clone https://github.com/ashleykleynhans/hallo-docker.git

# Log in to Docker Hub
docker login

# Build the image, tag the image, and push the image to Docker Hub
cd hallo-docker
docker buildx bake -f docker-bake.hcl --push

# Same as above but customize registry/user/release:
REGISTRY=ghcr.io REGISTRY_USER=myuser RELEASE=my-release docker buildx \
    bake -f docker-bake.hcl --push

Running Locally

Install Nvidia CUDA Driver

Start the Docker container

docker run -d \
  --gpus all \
  -v /workspace \
  -p 3000:3001 \
  -p 7777:7777 \
  -p 8888:8888 \
  -p 2999:2999 \
  -e VENV_PATH=/workspace/venvs/hallo \
  ashleykza/hallo:latest

You can obviously substitute the image name and tag with your own.

Ports

Connect PortInternal PortDescription
30003001hallo
77777777Code Server
88888888Jupyter Lab
29992999RunPod File Uploader

Environment Variables

VariableDescriptionDefault
JUPYTER_LAB_PASSWORDSet a password for Jupyter labnot set - no password
DISABLE_AUTOLAUNCHDisable hallo from launching automatically(not set)
DISABLE_SYNCDisable syncing if using a RunPod network volume(not set)

Logs

hallo creates a log file, and you can tail the log instead of killing the service to view the logs.

ApplicationLog file
hallo/workspace/logs/hallo.log

For example:

tail -f /workspace/logs/hallo.log

Community and Contributing

Pull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.

Appreciate my work?

<a href="https://www.buymeacoffee.com/ashleyk" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>