We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbc29c commit f9270c5Copy full SHA for f9270c5
README.md
@@ -179,6 +179,11 @@ source venv/bin/activate
179
180
# install the dependencies again
181
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
187
```
188
189
**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