mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-09-26 20:31:28 +08:00
Fix installation instructions for gfpgan and basicsrs
This commit is contained in:

committed by
GitHub

parent
fdbc29c1a9
commit
f9270c5d1c
@@ -179,6 +179,11 @@ source venv/bin/activate
|
|||||||
|
|
||||||
# install the dependencies again
|
# install the dependencies again
|
||||||
pip install -r requirements.txt
|
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).
|
**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).
|
||||||
|
Reference in New Issue
Block a user