jbilcke-hf HF staff commited on
Commit
a32424d
1 Parent(s): 5f47c2b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
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@4450d26b63b4f6e7736ca86f11d0c37827159bfa
 
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,
 
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
+ #git+https://github.com/huggingface/diffusers.git@4450d26b63b4f6e7736ca86f11d0c37827159bfa
7
 
8
  # using the 4.46.1 because we have this error:
9
  # "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,