jhj0517
commited on
Commit
·
82ee71a
1
Parent(s):
4b6dc3c
Add RESRGAN dependency
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
torch
|
| 3 |
torchvision
|
|
@@ -15,6 +16,9 @@ dill
|
|
| 15 |
gradio
|
| 16 |
gradio-i18n
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Tests
|
| 20 |
# pytest
|
|
|
|
| 1 |
+
# AdvancedLivePortrait
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
torch
|
| 4 |
torchvision
|
|
|
|
| 16 |
gradio
|
| 17 |
gradio-i18n
|
| 18 |
|
| 19 |
+
# Image Restoration
|
| 20 |
+
git+https://github.com/sberbank-ai/Real-ESRGAN.git
|
| 21 |
+
|
| 22 |
|
| 23 |
# Tests
|
| 24 |
# pytest
|