wolverinn
commited on
Commit
•
7a1f53c
1
Parent(s):
c2c603e
r next suc
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -7,8 +7,10 @@ gradio==3.16.2
|
|
7 |
numpy==1.23.3
|
8 |
Pillow==9.4.0
|
9 |
realesrgan==0.3.0
|
10 |
-
torch
|
11 |
-
|
|
|
|
|
12 |
omegaconf==2.2.3
|
13 |
pytorch_lightning==1.7.6
|
14 |
scikit-image==0.19.2
|
|
|
7 |
numpy==1.23.3
|
8 |
Pillow==9.4.0
|
9 |
realesrgan==0.3.0
|
10 |
+
torch==1.13.1+cu117
|
11 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
12 |
+
torchvision==0.14.1+cu117
|
13 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
14 |
omegaconf==2.2.3
|
15 |
pytorch_lightning==1.7.6
|
16 |
scikit-image==0.19.2
|