Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
6f6bf87
1
Parent(s):
8d7b71d
req
Browse files- requirements.txt +4 -34
requirements.txt
CHANGED
@@ -1,36 +1,6 @@
|
|
1 |
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
git+https://github.com/openai/CLIP.git
|
6 |
-
# cudatoolkit==11.3.1
|
7 |
-
diffusers==0.6.0
|
8 |
-
# einops==0.3.0
|
9 |
-
ftfy==6.1.1
|
10 |
-
gradio==3.18.0
|
11 |
-
huggingface-hub==0.10.1
|
12 |
-
imageio==2.9.0
|
13 |
-
imageio-ffmpeg==0.4.2
|
14 |
-
kornia==0.6.0
|
15 |
-
lpips==0.1.4
|
16 |
-
# oauthlib==3.2.2
|
17 |
-
omegaconf==2.1.1
|
18 |
-
open-clip-torch==2.10.1
|
19 |
-
opencv-python==4.1.2.30
|
20 |
-
opencv-python-headless==4.6.0.66
|
21 |
-
pillow==9.2.0
|
22 |
-
protobuf==3.20.3
|
23 |
-
# pycocotools==2.0.5
|
24 |
-
pytorch==1.11.0
|
25 |
-
pytorch-lightning==1.4.2
|
26 |
-
pytorch-mutex==1.0
|
27 |
-
regex==2022.9.13
|
28 |
-
scikit-image==0.19.3
|
29 |
-
scipy==1.9.3
|
30 |
-
timm==0.6.12
|
31 |
-
tokenizers==0.12.1
|
32 |
-
torch-fidelity==0.3.0
|
33 |
-
torchmetrics==0.11.0
|
34 |
-
torchvision==0.12.0
|
35 |
-
tqdm==4.64.1
|
36 |
transformers==4.19.2
|
|
|
|
1 |
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
+
torch==1.11.0
|
3 |
+
torchvision
|
4 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
transformers==4.19.2
|
6 |
+
diffusers==0.6.0
|