Spaces:
Runtime error
Runtime error
Commit
·
b6f4955
1
Parent(s):
e95b42e
update
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
-
diffusers
|
|
|
2 |
#torch~=2.1.0
|
3 |
-
scipy
|
4 |
-
omegaconf
|
5 |
-
accelerate
|
6 |
-
transformers
|
|
|
|
|
|
|
|
|
7 |
tqdm
|
8 |
einops
|
9 |
matplotlib
|
|
|
1 |
+
diffusers
|
2 |
+
#diffusers~=0.21.4
|
3 |
#torch~=2.1.0
|
4 |
+
scipy
|
5 |
+
omegaconf
|
6 |
+
accelerate
|
7 |
+
transformers
|
8 |
+
#scipy~=1.11.3
|
9 |
+
#omegaconf~=2.3.0
|
10 |
+
#accelerate~=0.23.0
|
11 |
+
#transformers~=4.34.0
|
12 |
tqdm
|
13 |
einops
|
14 |
matplotlib
|