Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch==2.
|
2 |
diffusers[torch]
|
3 |
-
transformers
|
4 |
Pillow
|
5 |
peft
|
6 |
numpy
|
7 |
scipy
|
8 |
-
natten==0.
|
9 |
-
--find-links https://shi-labs.com/natten/wheels
|
|
|
1 |
+
torch==2.3.1
|
2 |
diffusers[torch]
|
3 |
+
transformers==4.42.4
|
4 |
Pillow
|
5 |
peft
|
6 |
numpy
|
7 |
scipy
|
8 |
+
natten==0.17.1+torch230cu121
|
9 |
+
--find-links https://shi-labs.com/natten/wheels/
|