From 0ccca416e96ad2565c2797982aa39ecccb901006 Mon Sep 17 00:00:00 2001 From: SamgeShao Date: Wed, 19 Jun 2024 11:20:06 +0800 Subject: [PATCH] fix image path: source_imagesre -> ference_images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3247572..8903d64d 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ We have provided [some samples](examples/) for your reference. Simply to run the `scripts/inference.py` and pass `source_image` and `driving_audio` as input: ```bash -python scripts/inference.py --source_image examples/source_images/1.jpg --driving_audio examples/driving_audios/1.wav +python scripts/inference.py --source_image examples/reference_images/1.jpg --driving_audio examples/driving_audios/1.wav ``` Animation results will be saved as `${PROJECT_ROOT}/.cache/output.mp4` by default. You can pass `--output` to specify the output file name. You can find more examples for inference at [examples folder](https://github.com/fudan-generative-vision/hallo/tree/main/examples).