Spaces:
Runtime error
Runtime error
this worked without issues elsewhere, it should work without issues here
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
xformers
|
2 |
-
git+https://github.com/huggingface/diffusers@main
|
3 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
4 |
jax[cuda11_pip]
|
5 |
jaxlib
|
|
|
6 |
opencv-python
|
7 |
transformers
|
8 |
flax
|
9 |
pillow
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
1 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
2 |
jax[cuda11_pip]
|
3 |
jaxlib
|
4 |
+
git+https://github.com/huggingface/diffusers@main
|
5 |
opencv-python
|
6 |
transformers
|
7 |
flax
|
8 |
pillow
|
9 |
+
torch
|
10 |
+
torchvision
|
11 |
+
accelerate
|