Spaces:
Runtime error
Runtime error
follow the order of requirements in canny_coyo1m
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
|
|
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
|
|
|
1 |
+
transformers
|
2 |
+
flax
|
3 |
jax[cuda11_pip]
|
4 |
+
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
5 |
jaxlib
|
6 |
git+https://github.com/huggingface/diffusers@main
|
|
|
|
|
|
|
7 |
pillow
|
8 |
+
opencv-python
|
9 |
torch
|
10 |
torchvision
|
11 |
accelerate
|