Skip to content
Merged
Changes from 2 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: 2 additions & 0 deletions examples/diffusers/cache_diffusion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cuda-python<13
diffusers==0.32.2
opencv-python>=4.8.1.78,<4.12.0.88
peft>=0.10.0
polygraphy==0.49.9
sentencepiece
transformers==4.49
Copy link
Collaborator

@kevalmorabia97 kevalmorabia97 Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we think of a better solution with correctly passing model kwargs instead of pinning to a lower version?

Copy link
Collaborator

@kevalmorabia97 kevalmorabia97 Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we only need transformers<4.57 since fix is merged in huggingface/diffusers#12438 and will be included in next 0.36 diffusers release after which we remove transformers pinned version and instead pin diffusers>=0.36.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I’ve updated it. I’ll make another update once the new version is released.