diff --git a/backend/python/diffusers/requirements-cpu.txt b/backend/python/diffusers/requirements-cpu.txt index fceda06d2f03..29eb0fba9ce4 100644 --- a/backend/python/diffusers/requirements-cpu.txt +++ b/backend/python/diffusers/requirements-cpu.txt @@ -7,6 +7,6 @@ accelerate compel peft sentencepiece -torch==2.7.1 +torch==2.7.1+cpu optimum-quanto ftfy \ No newline at end of file diff --git a/backend/python/diffusers/requirements-cublas11.txt b/backend/python/diffusers/requirements-cublas11.txt index 7b77f7f68693..19235974c9ff 100644 --- a/backend/python/diffusers/requirements-cublas11.txt +++ b/backend/python/diffusers/requirements-cublas11.txt @@ -7,6 +7,6 @@ accelerate compel peft sentencepiece -torch==2.7.1 +torch==2.7.1+cpu optimum-quanto ftfy \ No newline at end of file diff --git a/backend/python/diffusers/requirements-hipblas.txt b/backend/python/diffusers/requirements-hipblas.txt index aeea375639a0..7efa75692532 100644 --- a/backend/python/diffusers/requirements-hipblas.txt +++ b/backend/python/diffusers/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.3 -torch==2.7.1+rocm6.3 +torch==2.7.1+cpu torchvision==0.22.1+rocm6.3 git+https://github.com/huggingface/diffusers opencv-python diff --git a/backend/python/diffusers/requirements-intel.txt b/backend/python/diffusers/requirements-intel.txt index fec4d9df7399..42c6481a5381 100644 --- a/backend/python/diffusers/requirements-intel.txt +++ b/backend/python/diffusers/requirements-intel.txt @@ -1,6 +1,6 @@ --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 +torch==2.7.1+cpu torchvision==0.20.1+cxx11.abi oneccl_bind_pt==2.8.0+xpu optimum[openvino] diff --git a/backend/python/diffusers/requirements-mps.txt b/backend/python/diffusers/requirements-mps.txt index 8b7c2413bffa..47ec3651a844 100644 --- a/backend/python/diffusers/requirements-mps.txt +++ b/backend/python/diffusers/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.7.1+cpu torchvision==0.22.1 git+https://github.com/huggingface/diffusers opencv-python