wolverinn
commited on
Commit
·
342f858
1
Parent(s):
bfcf2ae
update requirements
Browse files- requirements.txt +16 -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 |
-
|
11 |
-
|
|
|
|
|
12 |
omegaconf==2.2.3
|
13 |
pytorch_lightning==1.7.6
|
14 |
scikit-image==0.19.2
|
@@ -32,3 +34,15 @@ fastapi==0.90.1
|
|
32 |
xformers==0.0.16rc425
|
33 |
git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
|
34 |
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
numpy==1.23.3
|
8 |
Pillow==9.4.0
|
9 |
realesrgan==0.3.0
|
10 |
+
--extra-index-url
|
11 |
+
https://download.pytorch.org/whl/cu117
|
12 |
+
torch==1.13.1+cu117
|
13 |
+
torchvision==0.14.1+cu117
|
14 |
omegaconf==2.2.3
|
15 |
pytorch_lightning==1.7.6
|
16 |
scikit-image==0.19.2
|
|
|
34 |
xformers==0.0.16rc425
|
35 |
git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
|
36 |
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
|
37 |
+
addict
|
38 |
+
future
|
39 |
+
lmdb
|
40 |
+
opencv-python
|
41 |
+
pyyaml
|
42 |
+
requests
|
43 |
+
scipy
|
44 |
+
tb-nightly
|
45 |
+
tqdm
|
46 |
+
yapf
|
47 |
+
lpips
|
48 |
+
gdown
|