Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
-
transformers
|
| 3 |
git+https://github.com/huggingface/accelerate
|
| 4 |
-
torch==
|
| 5 |
numpy
|
| 6 |
opencv-contrib-python
|
| 7 |
-
xformers==0.0.
|
| 8 |
triton
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
transformers==4.28.1
|
| 3 |
git+https://github.com/huggingface/accelerate
|
| 4 |
+
torch==2.0.0
|
| 5 |
numpy
|
| 6 |
opencv-contrib-python
|
| 7 |
+
xformers==0.0.18
|
| 8 |
triton
|