Spaces:
Build error
Build error
Update requirements.txt
Browse filesUpdate requirements.txt following
@merve
, as in https://huggingface.co/spaces/jax-diffusers-event/canny_coyo1m/blob/main/requirements.txt
- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
-
|
2 |
-
-f https://storage.googleapis.com/jax-releases/
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
absl-py==1.4.0
|
5 |
accelerate==0.16.0
|
6 |
addict==2.4.0
|
|
|
1 |
+
jax[cuda11_pip]
|
2 |
+
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
3 |
+
jaxlib
|
4 |
+
git+https://github.com/huggingface/diffusers@main
|
5 |
+
opencv-python
|
6 |
+
torch
|
7 |
+
#git+https://github.com/huggingface/diffusers.git #diffusers==0.16.0.dev0
|
8 |
+
#-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
9 |
+
#jax[tpu]==0.4.5
|
10 |
absl-py==1.4.0
|
11 |
accelerate==0.16.0
|
12 |
addict==2.4.0
|