Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,6 +2,8 @@ git+https://github.com/jbilcke-hf/varnish.git@main
|
|
2 |
|
3 |
opencv-python==4.9.0.80
|
4 |
|
|
|
|
|
5 |
# using the 4.46.1 because we have this error:
|
6 |
# "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
|
7 |
# but you have transformers 4.46.3 which is incompatible.""
|
|
|
2 |
|
3 |
opencv-python==4.9.0.80
|
4 |
|
5 |
+
git+https://github.com/huggingface/diffusers.git@main
|
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,
|
9 |
# but you have transformers 4.46.3 which is incompatible.""
|