Skip to content

Commit 34dd6cf

Browse files
committed
more docs.
1 parent 23ae973 commit 34dd6cf

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616

1717
Qwen-Image from the Qwen team is an image generation foundation model in the Qwen series that achieves significant advances in complex text rendering and precise image editing. Experiments show strong general capabilities in both image generation and editing, with exceptional performance in text rendering, especially for Chinese.
1818

19-
Check out the model card [here](https://huggingface.co/Qwen/Qwen-Image) to learn more.
19+
Qwen-Image comes in the following variants:
20+
21+
| model type | model id |
22+
|:----------:|:--------:|
23+
| Qwen-Image | [`Qwen/Qwen-Image`](https://huggingface.co/Qwen/Qwen-Image) |
24+
| Qwen-Image-Edit | [`Qwen/Qwen-Image-Edit`](https://huggingface.co/Qwen/Qwen-Image-Edit) |
2025

2126
<Tip>
2227

@@ -87,10 +92,6 @@ image.save("qwen_fewsteps.png")
8792
- all
8893
- __call__
8994

90-
## QwenImagePipelineOutput
91-
92-
[[autodoc]] pipelines.qwenimage.pipeline_output.QwenImagePipelineOutput
93-
9495
## QwenImageImg2ImgPipeline
9596

9697
[[autodoc]] QwenImageImg2ImgPipeline
@@ -102,3 +103,13 @@ image.save("qwen_fewsteps.png")
102103
[[autodoc]] QwenImageInpaintPipeline
103104
- all
104105
- __call__
106+
107+
## QwenImageEditPipeline
108+
109+
[[autodoc]] QwenImageEditPipeline
110+
- all
111+
- __call__
112+
113+
## QwenImagePipelineOutput
114+
115+
[[autodoc]] pipelines.qwenimage.pipeline_output.QwenImagePipelineOutput

0 commit comments

Comments
 (0)