Skip to content

Commit 6875490

Browse files
authored
[docs] add docs for qwenimagelayered (#13158)
* add example * feedback
1 parent 64734b2 commit 6875490

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Qwen-Image comes in the following variants:
2929
| Qwen-Image-Edit Plus | [Qwen/Qwen-Image-Edit-2509](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) |
3030

3131
> [!TIP]
32-
> [Caching](../../optimization/cache) may also speed up inference by storing and reusing intermediate outputs.
32+
> See the [Caching](../../optimization/cache) guide to speed up inference by storing and reusing intermediate outputs.
3333
3434
## LoRA for faster inference
3535

@@ -190,6 +190,12 @@ For detailed benchmark scripts and results, see [this gist](https://gist.github.
190190
- all
191191
- __call__
192192

193+
## QwenImageLayeredPipeline
194+
195+
[[autodoc]] QwenImageLayeredPipeline
196+
- all
197+
- __call__
198+
193199
## QwenImagePipelineOutput
194200

195201
[[autodoc]] pipelines.qwenimage.pipeline_output.QwenImagePipelineOutput

0 commit comments

Comments
 (0)