Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
torch == 2.0.1
|
3 |
torchvision == 0.15.2
|
4 |
-
xformers == 0.0.21
|
5 |
-
diffusers == 0.25.0
|
6 |
-
opencv-python
|
7 |
-
numpy == 1.23.1
|
8 |
#Pillow
|
9 |
#h5py
|
10 |
#matplotlib==3.7.5
|
|
|
1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
torch == 2.0.1
|
3 |
torchvision == 0.15.2
|
4 |
+
#xformers == 0.0.21
|
5 |
+
#diffusers == 0.25.0
|
6 |
+
#opencv-python
|
7 |
+
#numpy == 1.23.1
|
8 |
#Pillow
|
9 |
#h5py
|
10 |
#matplotlib==3.7.5
|