We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5667f60 commit 84ee2fdCopy full SHA for 84ee2fd
src/diffusers/loaders/lora_pipeline.py
@@ -1487,7 +1487,7 @@ class FluxLoraLoaderMixin(LoraBaseMixin):
1487
Load LoRA layers into [`FluxTransformer2DModel`],
1488
[`CLIPTextModel`](https://huggingface.co/docs/transformers/model_doc/clip#transformers.CLIPTextModel).
1489
1490
- Specific to [`StableDiffusion3Pipeline`].
+ Specific to [`FluxPipeline`].
1491
"""
1492
1493
_lora_loadable_modules = ["transformer", "text_encoder"]
0 commit comments