Commit
•
a1ccb04
1
Parent(s):
d96edf4
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
opencv-python==4.9.0.80
|
2 |
-
|
|
|
|
|
|
|
3 |
|
4 |
# using the 4.46.1 because we have this error:
|
5 |
# "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
|
|
|
1 |
opencv-python==4.9.0.80
|
2 |
+
|
3 |
+
# for some reason this just broke.. bad PR merge?
|
4 |
+
#git+https://github.com/huggingface/diffusers.git@main
|
5 |
+
git+https://github.com/huggingface/diffusers.git@2f7a417d1fb11bd242ad7f9098bb9fdf77c54422
|
6 |
|
7 |
# using the 4.46.1 because we have this error:
|
8 |
# "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
|