From 32788c61e65b981870acb62c88440a171e042682 Mon Sep 17 00:00:00 2001 From: Maki Date: Fri, 12 Jul 2024 16:17:17 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20[docs]=20Update=20main=20README?= =?UTF-8?q?=20with=20Docker=20Compose=20instructions=20and=20Japanese=20do?= =?UTF-8?q?c=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enhanced the README with Docker Compose setup instructions and added a link to the Japanese documentation, improving accessibility and usability for both English and Japanese speaking users. --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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.