Spaces:
Runtime error
Runtime error
Garrett Goon
commited on
Commit
·
dc26673
1
Parent(s):
a93eab8
update reqs, again
Browse files- __pycache__/utils.cpython-38.pyc +0 -0
- requirements.txt +3 -5
__pycache__/utils.cpython-38.pyc
DELETED
Binary file (1.8 kB)
|
|
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
diffusers[training]==0.
|
2 |
-
transformers==4.
|
3 |
-
|
4 |
-
torch
|
5 |
-
pillow
|
|
|
1 |
+
diffusers[training]==0.19.3
|
2 |
+
transformers==4.31.0
|
3 |
+
torch==2.0.1
|
|
|
|