Skip to content
Closed
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 backend/python/diffusers/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
git+https://github.com/huggingface/diffusers
opencv-python
transformers
torchvision==0.22.1
torchvision==0.23.0+rocm6.3
accelerate
compel
peft
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.7.1+cu118
torchvision==0.22.1+cu118
torchvision==0.23.0+rocm6.3
git+https://github.com/huggingface/diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.7.1
torchvision==0.22.1
torchvision==0.23.0+rocm6.3
git+https://github.com/huggingface/diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.3
torch==2.7.1+rocm6.3
torchvision==0.22.1+rocm6.3
torchvision==0.23.0+rocm6.3
git+https://github.com/huggingface/diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
intel-extension-for-pytorch==2.3.110+xpu
torch==2.5.1+cxx11.abi
torchvision==0.20.1+cxx11.abi
torchvision==0.23.0+rocm6.3
oneccl_bind_pt==2.8.0+xpu
optimum[openvino]
setuptools
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-mps.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.7.1
torchvision==0.22.1
torchvision==0.23.0+rocm6.3
git+https://github.com/huggingface/diffusers
opencv-python
transformers
Expand Down
Loading