Skip to content

Commit 1f820e2

Browse files
committed
docs.
1 parent 639ed3d commit 1f820e2

File tree

3 files changed

+3631
-3617
lines changed

3 files changed

+3631
-3617
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ LoRA is a fast and lightweight training method that inserts and trains a signifi
2020
- [`FluxLoraLoaderMixin`] provides similar functions for [Flux](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux).
2121
- [`CogVideoXLoraLoaderMixin`] provides similar functions for [CogVideoX](https://huggingface.co/docs/diffusers/main/en/api/pipelines/cogvideox).
2222
- [`Mochi1LoraLoaderMixin`] provides similar functions for [Mochi](https://huggingface.co/docs/diffusers/main/en/api/pipelines/mochi).
23+
- [`Lumina2LoraLoaderMixin`] provides similar functions for [Lumina2](https://huggingface.co/docs/diffusers/main/en/api/pipelines/lumina2).
2324
- [`AmusedLoraLoaderMixin`] is for the [`AmusedPipeline`].
2425
- [`LoraBaseMixin`] provides a base class with several utility methods to fuse, unfuse, unload, LoRAs and more.
2526

@@ -53,6 +54,10 @@ To learn more about how to load LoRA weights, see the [LoRA](../../using-diffuse
5354

5455
[[autodoc]] loaders.lora_pipeline.Mochi1LoraLoaderMixin
5556

57+
## Lumina2LoraLoaderMixin
58+
59+
[[autodoc]] loaders.lora_pipeline.Lumina2LoraLoaderMixin
60+
5661
## AmusedLoraLoaderMixin
5762

5863
[[autodoc]] loaders.lora_pipeline.AmusedLoraLoaderMixin

0 commit comments

Comments
 (0)