Skip to content
Merged
Show file tree
Hide file tree
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 scripts/requirements-minimax-h3-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# it first, from the host's correct index (see WIN_TORCH_CUDA_INDEX in
# server/lib/pythonSetup.js, and PORTOS_TORCH_CUDA_INDEX to override).

diffusers==0.40.0
diffusers==0.38.0

# int8 weight-only quantization. This is what makes H3 fit a consumer card at
# all: the bf16 transformer + Qwen3-VL conditioner are 133 GB together, and
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements-wan22-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffusers==0.36.0
diffusers==0.38.0
transformers>=4.49,<5
accelerate>=1.2,<2
huggingface-hub>=0.27,<2
Expand Down