Spaces:
Runtime error
Runtime error
change req order, disable xformers again
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
jax[cuda11_cudnn805]
|
3 |
jaxlib
|
4 |
git+https://github.com/huggingface/diffusers@main
|
5 |
-
|
6 |
opencv-python
|
7 |
transformers
|
8 |
-
|
9 |
pillow
|
10 |
triton
|
11 |
torch
|
|
|
2 |
jax[cuda11_cudnn805]
|
3 |
jaxlib
|
4 |
git+https://github.com/huggingface/diffusers@main
|
5 |
+
flax
|
6 |
opencv-python
|
7 |
transformers
|
8 |
+
git+https://github.com/huggingface/accelerate
|
9 |
pillow
|
10 |
triton
|
11 |
torch
|