Spaces:
Running
on
Zero
Running
on
Zero
slothfulxtx
commited on
Commit
·
9be975e
1
Parent(s):
36f5cb8
update requirements
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
torch==2.
|
2 |
-
diffusers
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
kornia==0.7.4
|
12 |
opencv-python
|
13 |
h5py
|
14 |
moderngl
|
|
|
1 |
+
torch==2.4.1
|
2 |
+
diffusers
|
3 |
+
transformers
|
4 |
+
xformers==0.0.28
|
5 |
+
accelerate
|
6 |
+
matplotlib
|
7 |
+
mediapy
|
8 |
+
fire
|
9 |
+
decord
|
10 |
+
kornia
|
|
|
11 |
opencv-python
|
12 |
h5py
|
13 |
moderngl
|