Skip to content

diffusers docker image: dependencies update #448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker_images/diffusers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
starlette==0.27.0
# to be replaced with api-inference-community==0.0.33 as soon as released
git+https://github.com/huggingface/api-inference-community.git@b3ef3f3a6015ed988ce77f71935e45006be5b054
git+https://github.com/huggingface/api-inference-community.git@35ad9135cb3cde7993c85694236a6572a0f63796
# to be replaced with diffusers 0.31.0 as soon as released
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
transformers==4.41.2
Expand Down
Loading