Skip to content

Commit 63c8bbd

Browse files
Add ZImageLoraLoaderMixin to LoRA documentation
1 parent ccbe500 commit 63c8bbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/en/api/loaders/lora.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ LoRA is a fast and lightweight training method that inserts and trains a signifi
3131
- [`AmusedLoraLoaderMixin`] is for the [`AmusedPipeline`].
3232
- [`HiDreamImageLoraLoaderMixin`] provides similar functions for [HiDream Image](https://huggingface.co/docs/diffusers/main/en/api/pipelines/hidream)
3333
- [`QwenImageLoraLoaderMixin`] provides similar functions for [Qwen Image](https://huggingface.co/docs/diffusers/main/en/api/pipelines/qwen).
34+
- [`ZImageLoraLoaderMixin`] provides similar functions for [Z-Image](https://huggingface.co/docs/diffusers/main/en/api/pipelines/zimage).
3435
- [`Flux2LoraLoaderMixin`] provides similar functions for [Flux2](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux2).
3536
- [`LoraBaseMixin`] provides a base class with several utility methods to fuse, unfuse, unload, LoRAs and more.
3637

@@ -112,6 +113,10 @@ LoRA is a fast and lightweight training method that inserts and trains a signifi
112113

113114
[[autodoc]] loaders.lora_pipeline.QwenImageLoraLoaderMixin
114115

116+
## ZImageLoraLoaderMixin
117+
118+
[[autodoc]] loaders.lora_pipeline.ZImageLoraLoaderMixin
119+
115120
## KandinskyLoraLoaderMixin
116121
[[autodoc]] loaders.lora_pipeline.KandinskyLoraLoaderMixin
117122

0 commit comments

Comments
 (0)