Skip to content

Commit 5ef4c2e

Browse files
authored
feat(diffusers): add torchvision to support qwen-image-edit (#6103)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 27ce570 commit 5ef4c2e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

backend/python/diffusers/requirements-cpu.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
git+https://github.com/huggingface/diffusers
22
opencv-python
33
transformers
4+
torchvision==0.22.1
45
accelerate
56
compel
67
peft

backend/python/diffusers/requirements-cublas11.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch==2.7.1+cu118
3+
torchvision==0.22.1+cu118
34
git+https://github.com/huggingface/diffusers
45
opencv-python
56
transformers

backend/python/diffusers/requirements-cublas12.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
torch==2.7.1
2+
torchvision==0.22.1
23
git+https://github.com/huggingface/diffusers
34
opencv-python
45
transformers

backend/python/diffusers/requirements-l4t.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ peft
88
optimum-quanto
99
numpy<2
1010
sentencepiece
11+
torchvision

0 commit comments

Comments
 (0)