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 f4ac748 commit 3b16acaCopy full SHA for 3b16aca
invokeai/app/invocations/flux_lora_loader.py
@@ -72,7 +72,7 @@ def invoke(self, context: InvocationContext) -> FluxLoRALoaderOutput:
72
classification=Classification.Prototype,
73
)
74
class FLUXLoRACollectionLoader(BaseInvocation):
75
- """Applies a collection of FLUX LoRAs to the provided UNet and CLIP models."""
+ """Applies a collection of LoRAs to a FLUX transformer."""
76
77
loras: LoRAField | list[LoRAField] = InputField(
78
description="LoRA models and weights. May be a single LoRA or collection.", title="LoRAs"
0 commit comments