Skip to content

Commit a46ff71

Browse files
Warlord-Khameerabbasi
authored andcommitted
Add AuraFlowLoraLoaderMixin to documentation
1 parent 3ae62f9 commit a46ff71

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
@@ -17,6 +17,7 @@ LoRA is a fast and lightweight training method that inserts and trains a signifi
1717
- [`StableDiffusionLoraLoaderMixin`] provides functions for loading and unloading, fusing and unfusing, enabling and disabling, and more functions for managing LoRA weights. This class can be used with any model.
1818
- [`StableDiffusionXLLoraLoaderMixin`] is a [Stable Diffusion (SDXL)](../../api/pipelines/stable_diffusion/stable_diffusion_xl) version of the [`StableDiffusionLoraLoaderMixin`] class for loading and saving LoRA weights. It can only be used with the SDXL model.
1919
- [`SD3LoraLoaderMixin`] provides similar functions for [Stable Diffusion 3](https://huggingface.co/blog/sd3).
20+
- [`AuraFlowLoraLoaderMixin`] provides similar functions for [AuraFlow](https://huggingface.co/fal/AuraFlow).
2021
- [`AmusedLoraLoaderMixin`] is for the [`AmusedPipeline`].
2122
- [`LoraBaseMixin`] provides a base class with several utility methods to fuse, unfuse, unload, LoRAs and more.
2223

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

3940
[[autodoc]] loaders.lora_pipeline.SD3LoraLoaderMixin
4041

42+
## AuraFlowLoraLoaderMixin
43+
44+
[[autodoc]] loaders.lora_pipeline.AuraFlowLoraLoaderMixin
45+
4146
## AmusedLoraLoaderMixin
4247

4348
[[autodoc]] loaders.lora_pipeline.AmusedLoraLoaderMixin

0 commit comments

Comments
 (0)