Skip to content

Commit

Permalink
Add gguf as a pyproject dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrising committed Sep 26, 2024
1 parent 01b0887 commit 32e3fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies = [
"compel==2.0.2",
"controlnet-aux==0.0.7",
"diffusers[torch]==0.27.2",
"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
"numpy==1.26.4", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
Expand Down

0 comments on commit 32e3fea

Please sign in to comment.