From f9270c5d1cb2b752b89bf1de28ae181f3f4c361d Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Fri, 29 Aug 2025 14:44:46 +0800 Subject: [PATCH] Fix installation instructions for gfpgan and basicsrs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0708690..b9f17eb 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,11 @@ source venv/bin/activate # install the dependencies again pip install -r requirements.txt + +# gfpgan and basicsrs issue fix +pip install git+https://github.com/xinntao/BasicSR.git@master +pip uninstall gfpgan -y +pip install git+https://github.com/TencentARC/GFPGAN.git@master ``` **Run:** If you don't have a GPU, you can run Deep-Live-Cam using `python run.py`. Note that initial execution will download models (~300MB).