Spaces:
Running
on
Zero
Running
on
Zero
BlockDetail
commited on
Commit
•
6c90414
1
Parent(s):
8883516
dependencies
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cudatoolkit=11.5.2
|
2 |
+
pip=23.2.1
|
3 |
+
python=3.8.17
|
4 |
+
pyyaml=6.0.1
|
5 |
+
requests=2.31.0
|
6 |
+
setuptools=68.2.2
|
7 |
+
yaml=0.2.5
|
8 |
+
accelerate==0.24.1
|
9 |
+
diffusers==0.23.1
|
10 |
+
einops==0.3.0
|
11 |
+
flask==3.0.0
|
12 |
+
flask-cors==4.0.0
|
13 |
+
gradio==3.48.0
|
14 |
+
gradio-client==0.6.1
|
15 |
+
imageio==2.9.0
|
16 |
+
imageio-ffmpeg==0.4.2
|
17 |
+
matplotlib==3.7.3
|
18 |
+
multiprocess==0.70.15
|
19 |
+
omegaconf==2.3.0
|
20 |
+
opencv-contrib-python==4.3.0.36
|
21 |
+
opencv-python==4.8.1.78
|
22 |
+
opencv-python-headless==4.8.1.78
|
23 |
+
pillow==9.4.0
|
24 |
+
pytorch-lightning==1.5.0
|
25 |
+
safetensors==0.4.0
|
26 |
+
scikit-image==0.20.0
|
27 |
+
scikit-learn==1.3.1
|
28 |
+
scipy==1.9.1
|
29 |
+
threadpoolctl==3.2.0
|
30 |
+
tokenizers==0.14.1
|
31 |
+
torch==2.1.1
|
32 |
+
torchmetrics==0.6.0
|
33 |
+
torchvision==0.16.1
|
34 |
+
tqdm==4.66.1
|
35 |
+
transformers==4.34.1
|
36 |
+
watchdog==3.0.0
|
37 |
+
open-clip-torch==2.0.2
|