Skip to content

Commit f9270c5

Browse files
authored
Fix installation instructions for gfpgan and basicsrs
1 parent fdbc29c commit f9270c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ source venv/bin/activate
179179

180180
# install the dependencies again
181181
pip install -r requirements.txt
182+
183+
# gfpgan and basicsrs issue fix
184+
pip install git+https://github.com/xinntao/BasicSR.git@master
185+
pip uninstall gfpgan -y
186+
pip install git+https://github.com/TencentARC/GFPGAN.git@master
182187
```
183188

184189
**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).

0 commit comments

Comments
 (0)