Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
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
|
@@ -45,7 +46,6 @@ fastapi==0.95.1
|
|
45 |
ffmpy==0.3.0
|
46 |
filelock==3.11.0
|
47 |
flatbuffers==23.3.3
|
48 |
-
flax==0.6.7
|
49 |
fonttools==4.39.3
|
50 |
frozenlist==1.3.3
|
51 |
fsspec==2023.4.0
|
@@ -66,7 +66,6 @@ imageio-ffmpeg==0.4.2
|
|
66 |
importlib-metadata==6.5.0
|
67 |
importlib-resources==5.12.0
|
68 |
invisible-watermark==0.1.5
|
69 |
-
jaxlib==0.4.4
|
70 |
Jinja2==3.1.2
|
71 |
joblib==1.2.0
|
72 |
jsonschema==4.17.3
|
@@ -94,7 +93,7 @@ onnx==1.13.1
|
|
94 |
onnxruntime==1.14.1
|
95 |
open-clip-torch==2.16.0
|
96 |
opencv-contrib-python==4.7.0.72
|
97 |
-
opencv-python==4.7.0.72
|
98 |
opencv-python-headless==4.7.0.72
|
99 |
opt-einsum==3.3.0
|
100 |
optax==0.1.4
|
|
|
1 |
jax[cuda11_pip]
|
2 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
3 |
jaxlib
|
4 |
+
flax
|
5 |
git+https://github.com/huggingface/diffusers@main
|
6 |
opencv-python
|
7 |
torch
|
|
|
46 |
ffmpy==0.3.0
|
47 |
filelock==3.11.0
|
48 |
flatbuffers==23.3.3
|
|
|
49 |
fonttools==4.39.3
|
50 |
frozenlist==1.3.3
|
51 |
fsspec==2023.4.0
|
|
|
66 |
importlib-metadata==6.5.0
|
67 |
importlib-resources==5.12.0
|
68 |
invisible-watermark==0.1.5
|
|
|
69 |
Jinja2==3.1.2
|
70 |
joblib==1.2.0
|
71 |
jsonschema==4.17.3
|
|
|
93 |
onnxruntime==1.14.1
|
94 |
open-clip-torch==2.16.0
|
95 |
opencv-contrib-python==4.7.0.72
|
96 |
+
# opencv-python==4.7.0.72
|
97 |
opencv-python-headless==4.7.0.72
|
98 |
opt-einsum==3.3.0
|
99 |
optax==0.1.4
|