Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
torch==2.0.0
|
2 |
-
diffusers
|
3 |
transformers==4.42.4
|
4 |
Pillow
|
5 |
peft
|
6 |
numpy
|
7 |
-
scipy
|
8 |
natten==0.15.0+torch200cu118
|
9 |
--find-links https://shi-labs.com/natten/wheels/
|
|
|
1 |
torch==2.0.0
|
2 |
+
diffusers==0.25.0
|
3 |
transformers==4.42.4
|
4 |
Pillow
|
5 |
peft
|
6 |
numpy
|
7 |
+
scipy==1.11.4
|
8 |
natten==0.15.0+torch200cu118
|
9 |
--find-links https://shi-labs.com/natten/wheels/
|