Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -9,12 +9,13 @@ kernels
|
|
| 9 |
torchvision
|
| 10 |
peft
|
| 11 |
torchao==0.11.0
|
| 12 |
-
peft
|
| 13 |
torch
|
| 14 |
-
basicsr
|
| 15 |
-
facexlib
|
| 16 |
-
gfpgan
|
| 17 |
numpy
|
| 18 |
opencv-python
|
| 19 |
Pillow
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
torchvision
|
| 10 |
peft
|
| 11 |
torchao==0.11.0
|
|
|
|
| 12 |
torch
|
|
|
|
|
|
|
|
|
|
| 13 |
numpy
|
| 14 |
opencv-python
|
| 15 |
Pillow
|
| 16 |
+
basicsr @ git+https://github.com/tuan2308/BasicSR.git
|
| 17 |
+
facexlib @ git+https://github.com/tuan2308/facexlib.git
|
| 18 |
+
gfpgan
|
| 19 |
+
tqdm
|
| 20 |
+
gradio
|
| 21 |
+
realesrgan @ git+https://github.com/tuan2308/Real-ESRGAN.git
|