Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
fa468c5d
Unverified
Commit
fa468c5d
authored
Oct 13, 2025
by
Manith Ratnayake
Committed by
GitHub
Oct 13, 2025
Browse files
docs: api-pipelines-qwenimage typo fix (#12461)
parent
8abc7aeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/api/pipelines/qwenimage.md
docs/source/en/api/pipelines/qwenimage.md
+1
-1
No files found.
docs/source/en/api/pipelines/qwenimage.md
View file @
fa468c5d
...
...
@@ -109,7 +109,7 @@ image_1 = load_image("https://huggingface.co/datasets/huggingface/documentation-
image_2 = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/peng.png")
image = pipe(
image=[image_1, image_2],
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"
'''
,
num_inference_steps=50
).images[0]
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment