8000 docs: api-pipelines-qwenimage typo fix by Manith-Ratnayake · Pull Request #12461 · huggingface/diffusers · GitHub
[go: up one dir, main page]

Skip to content

Conversation

Manith-Ratnayake
Copy link
Contributor

Fixes a minor documentation typo in the Qwen-Image pipeline example:

https://huggingface.co/docs/diffusers/main/api/pipelines/qwenimage

screenshot-2025-10-10_12-34-33



A problem in this line

    prompt="put the penguin and the cat at a game show called "Qwen Edit Plus Games"", 

The quotation marks break the syntax.


There are number of ways to fix the problem. But I used already used the below method of 3 single quotes in the Qwen-Image page
https://huggingface.co/Qwen/Qwen-Image

image

I fix syntax problem by

    prompt='''put the penguin and the cat at a game show called "Qwen Edit Plus Games"''', 

@stevhliu and @sayakpaul

Copy link
Member
@stevhliu stevhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0