1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Fix] syntax in QwenImageEditPlusPipeline (#12371)

* Fixes syntax for consistency among pipelines

* Update test_qwenimage_edit_plus.py
This commit is contained in:
SahilCarterr
2026-01-10 05:25:42 +05:30
committed by GitHub
parent df6516a716
commit 1791306739

View File

@@ -95,7 +95,7 @@ image.save("qwen_fewsteps.png")
With [`QwenImageEditPlusPipeline`], one can provide multiple images as input reference.
```
```py
import torch
from PIL import Image
from diffusers import QwenImageEditPlusPipeline