Spaces:
Running
on
Zero
Running
on
Zero
slothfulxtx
commited on
Commit
·
cf3c51f
1
Parent(s):
a7d8414
update requirements
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
-
xformers
|
| 2 |
decord
|
| 3 |
-
numpy
|
| 4 |
scikit-image
|
| 5 |
opencv-python
|
| 6 |
omegaconf
|
| 7 |
imageio[ffmpeg]
|
| 8 |
-
accelerate
|
| 9 |
-
diffusers
|
| 10 |
-
transformers
|
| 11 |
matplotlib
|
| 12 |
mediapy
|
| 13 |
fire
|
|
|
|
| 1 |
+
xformers==2.3.0
|
| 2 |
decord
|
|
|
|
| 3 |
scikit-image
|
| 4 |
opencv-python
|
| 5 |
omegaconf
|
| 6 |
imageio[ffmpeg]
|
| 7 |
+
accelerate
|
| 8 |
+
diffusers
|
| 9 |
+
transformers
|
| 10 |
matplotlib
|
| 11 |
mediapy
|
| 12 |
fire
|