Skip to content

Commit

Permalink
Merge pull request fudan-generative-vision#54 from Samge0/fix-patch-r…
Browse files Browse the repository at this point in the history
…eadme

docs: fix image path: source_images -> reference_images
  • Loading branch information
siyuzhu-fudan authored Jun 19, 2024
2 parents e8977cf + 0ccca41 commit f7379b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f7379b4

Please sign in to comment.