Skip to content

Commit 40baf7d

Browse files
authored
Merge branch 'main' into refactor-hub-attn-kernels
2 parents 7fd26bc + fa468c5 commit 40baf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/api/pipelines/qwenimage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ image_1 = load_image("https://huggingface.co/datasets/huggingface/documentation-
109109
image_2 = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/peng.png")
110110
image = pipe(
111111
image=[image_1, image_2],
112-
prompt="put the penguin and the cat at a game show called "Qwen Edit Plus Games"",
112+
prompt='''put the penguin and the cat at a game show called "Qwen Edit Plus Games"''',
113113
num_inference_steps=50
114114
).images[0]
115115
```

0 commit comments

Comments
 (0)