Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Commit
·
26affcf
1
Parent(s):
2422035
add requirements
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torchvision==0.16.2
|
2 |
+
opencv-python==4.9.0.80
|
3 |
+
matplotlib==3.9.0
|
4 |
+
numpy==1.26.4
|
5 |
+
einops
|
6 |
+
datasets
|
7 |
+
tensorflow==2.16.1
|
8 |
+
scikit-learn
|
9 |
+
scikit-image
|
10 |
+
ftfy
|
11 |
+
bs4
|
12 |
+
timm
|
13 |
+
torchmetrics
|
14 |
+
accelerate
|
15 |
+
controlnet_aux
|
16 |
+
ftfy
|
17 |
+
clean-fid
|
18 |
+
safetensors
|