Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +33 -8
requirements.txt
CHANGED
|
@@ -1,13 +1,38 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
|
|
|
| 3 |
pytorch-lightning==1.5.0
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
rembg
|
| 7 |
-
gradio>=4.29.0
|
| 8 |
-
transformers
|
| 9 |
huggingface_hub
|
| 10 |
-
|
| 11 |
-
Pillow
|
| 12 |
-
scipy
|
| 13 |
-
omegaconf==2.1.1
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
+
|
| 4 |
pytorch-lightning==1.5.0
|
| 5 |
+
omegaconf==2.1.1
|
| 6 |
+
test-tube>=0.7.5
|
| 7 |
+
einops==0.3.0
|
| 8 |
+
kornia==0.6
|
| 9 |
+
timm==0.6.12
|
| 10 |
+
torchmetrics==0.6.0
|
| 11 |
+
|
| 12 |
+
transformers==4.29.2
|
| 13 |
+
open_clip_torch==2.0.2
|
| 14 |
+
safetensors==0.2.7
|
| 15 |
+
datasets==2.14.5
|
| 16 |
+
|
| 17 |
+
opencv-python==4.6.0.66
|
| 18 |
+
opencv-contrib-python==4.6.0.66
|
| 19 |
+
opencv-python-headless==4.6.0.66
|
| 20 |
+
|
| 21 |
+
scipy==1.9.1
|
| 22 |
+
scikit-image==0.20.0
|
| 23 |
+
Pillow
|
| 24 |
+
numpy
|
| 25 |
+
|
| 26 |
+
matplotlib
|
| 27 |
+
imageio==2.9.0
|
| 28 |
+
imageio-ffmpeg==0.4.2
|
| 29 |
+
|
| 30 |
+
invisible-watermark>=0.1.5
|
| 31 |
+
webdataset==0.2.5
|
| 32 |
+
prettytable==3.6.0
|
| 33 |
+
addict==2.4.0
|
| 34 |
+
yapf==0.32.0
|
| 35 |
+
|
| 36 |
rembg
|
|
|
|
|
|
|
| 37 |
huggingface_hub
|
| 38 |
+
gradio>=4.29.0
|
|
|
|
|
|
|
|
|