diff --git a/readme.md b/readme.md index bcfacb1..c95321c 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,7 @@ +
JA doc
@@ -182,6 +183,25 @@ Discover the invaluable resources contributed by our community to enhance your L And many more amazing contributions from our community! +## Docker Compose Setup + +You can also easily run the LivePortrait application using Docker Compose. The repository already includes a `docker-compose.yml` file. Follow these steps: + +1. Ensure you are in the root directory of the project. + +2. Start the application using Docker Compose: + +```bash +docker-compose up +``` + +This will start the LivePortrait application inside a Docker container, accessible on port 8890. + +> [!NOTE] +> This configuration is set up to use an NVIDIA GPU. If you don't have a GPU available, you may need to adjust the `deploy` section in the `docker-compose.yml` file accordingly. + +Once the application is running, you can access the Gradio interface by opening `http://localhost:8890` in your web browser. + ## Acknowledgements We would like to thank the contributors of [FOMM](https://github.com/AliaksandrSiarohin/first-order-model), [Open Facevid2vid](https://github.com/zhanglonghao1992/One-Shot_Free-View_Neural_Talking_Head_Synthesis), [SPADE](https://github.com/NVlabs/SPADE), [InsightFace](https://github.com/deepinsight/insightface) repositories, for their open research and contributions.