Skip to content

Commit

Permalink
fix(deps): pin mediapipe strictly to a known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr authored and hipsterusername committed Nov 4, 2024
1 parent 3e75331 commit 0f11fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"diffusers[torch]==0.31.0",
"gguf==0.10.0",
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
"mediapipe>=0.10.7", # needed for "mediapipeface" controlnet model
"mediapipe==0.10.14", # needed for "mediapipeface" controlnet model
"numpy<2.0.0",
"onnx==1.16.1",
"onnxruntime==1.19.2",
Expand Down

0 comments on commit 0f11fda

Please sign in to comment.