feat(diffusers): add torchvision to support qwen-image-edit (#6103)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-08-19 12:05:48 +02:00
committed by GitHub
parent 27ce570844
commit 5ef4c2e471
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
git+https://github.com/huggingface/diffusers
opencv-python
transformers
torchvision==0.22.1
accelerate
compel
peft

View File

@@ -1,5 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.7.1+cu118
torchvision==0.22.1+cu118
git+https://github.com/huggingface/diffusers
opencv-python
transformers

View File

@@ -1,4 +1,5 @@
torch==2.7.1
torchvision==0.22.1
git+https://github.com/huggingface/diffusers
opencv-python
transformers

View File

@@ -8,3 +8,4 @@ peft
optimum-quanto
numpy<2
sentencepiece
torchvision