From 3d300ca7784a399310590b99a5106cb05e69cef7 Mon Sep 17 00:00:00 2001 From: "leeway.zlw" Date: Sat, 15 Jun 2024 16:28:52 +0800 Subject: [PATCH 1/2] docs: add inference samples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 198234dd..6228254c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ https://github.com/fudan-generative-vision/hallo/assets/17402682/c0952394-de64-4 # News - **`2024/06/15`**: 🎉🎉🎉 Release the first version on [GitHub](https://github.com/fudan-generative-vision/hallo). +- **`2024/06/15`**: ✨✨✨ Release some images and audios for inference testing on [Huggingface](https://huggingface.co/datasets/fudan-generative-ai/hallo_inference_samples). # Installation From 31dc90b6cf6f94f4b39fbb4e4319e623b5b45c0d Mon Sep 17 00:00:00 2001 From: "leeway.zlw" Date: Sat, 15 Jun 2024 16:34:42 +0800 Subject: [PATCH 2/2] docs: add ffmpeg dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6228254c..d63734eb 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Install packages with `pip` pip install . ``` +In addition, you need to have [ffmpeg](https://ffmpeg.org/) included in your PATH environment variable. + # Inference The inference entrypoint script is `scripts/inference.py`. Before testing your cases, there are two preparations need to be completed: