We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abc7ae commit fa468c5Copy full SHA for fa468c5
docs/source/en/api/pipelines/qwenimage.md
@@ -109,7 +109,7 @@ image_1 = load_image("https://huggingface.co/datasets/huggingface/documentation-
109
image_2 = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/peng.png")
110
image = pipe(
111
image=[image_1, image_2],
112
- prompt="put the penguin and the cat at a game show called "Qwen Edit Plus Games"",
+ prompt='''put the penguin and the cat at a game show called "Qwen Edit Plus Games"''',
113
num_inference_steps=50
114
).images[0]
115
```
0 commit comments