Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
8426411
1
Parent(s):
ba82d29
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch == 2.0.1
|
2 |
+
torchvision == 0.15.2
|
3 |
+
xformers == 0.0.21
|
4 |
+
diffusers == 0.25.0
|
5 |
+
opencv-python
|
6 |
+
numpy == 1.23.1
|
7 |
+
Pillow
|
8 |
+
h5py
|
9 |
+
json
|
10 |
+
matplotlib
|
11 |
+
pickle
|
12 |
+
scikit-image==0.22.0
|
13 |
+
gradio == 3.32.0
|
14 |
+
tqdm == 4.65.0
|
15 |
+
imgaug
|