Skip to content
Closed
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
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ accelerate==1.12.0
addict==2.4.0
blobfile==3.0.0
datasets==4.4.2
diffusers==0.38.0
# MiniMax H3 (PR #14355) is merged into diffusers main but ships in no release yet:
# 0.39.0 predates the merge. Pinned to the merge commit on main; switch to the next
# stable release once it is out.
diffusers @ git+https://github.com/huggingface/diffusers.git@f53d552036a0d1bd5570782a39cd40cfabf112bc
fastapi==0.128.8
httpx[http2]==0.28.1
ltx-core @ git+https://github.com/Lightricks/LTX-2.git@780984275fd47128b02bef9b5c085404276866ee#subdirectory=packages/ltx-core
Expand Down
Loading