Skip to content

Commit 89c9268

Browse files
committed
add clarification regarding guidance_scale in QwenImage
1 parent 9918d13 commit 89c9268

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ image.save("qwen_fewsteps.png")
8686

8787
</details>
8888

89+
<Tip>
90+
91+
The `guidance_scale` parameter in the pipeline is there to support future guidance-distilled models when they come up. Note that passing `guidance_scale` to the pipeline is ineffective. To enable classifier-free guidance, please pass `true_cfg_scale` and `negative_prompt` (even an empty negative prompt like " ") should enable classifier-free guidance computations.
92+
93+
</Tip>
94+
8995
## QwenImagePipeline
9096

9197
[[autodoc]] QwenImagePipeline

0 commit comments

Comments
 (0)