Spaces:
Running
on
Zero
Running
on
Zero
slothfulxtx
commited on
Commit
·
a7d8414
1
Parent(s):
9be975e
update requirements
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
matplotlib
|
| 7 |
mediapy
|
| 8 |
fire
|
| 9 |
-
decord
|
| 10 |
kornia
|
| 11 |
-
opencv-python
|
| 12 |
h5py
|
| 13 |
moderngl
|
| 14 |
piqp
|
| 15 |
trimesh
|
| 16 |
-
scipy
|
| 17 |
-
imageio[ffmpeg]
|
|
|
|
| 1 |
+
xformers
|
| 2 |
+
decord
|
| 3 |
+
numpy
|
| 4 |
+
scikit-image
|
| 5 |
+
opencv-python
|
| 6 |
+
omegaconf
|
| 7 |
+
imageio[ffmpeg]
|
| 8 |
+
accelerate>=0.25.0
|
| 9 |
+
diffusers>=0.30.1
|
| 10 |
+
transformers==4.47
|
| 11 |
matplotlib
|
| 12 |
mediapy
|
| 13 |
fire
|
|
|
|
| 14 |
kornia
|
|
|
|
| 15 |
h5py
|
| 16 |
moderngl
|
| 17 |
piqp
|
| 18 |
trimesh
|
| 19 |
+
scipy
|
|
|