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 3b16aca commit 5fa0a94Copy full SHA for 5fa0a94
invokeai/app/invocations/flux_lora_loader.py
@@ -17,7 +17,7 @@
17
class FluxLoRALoaderOutput(BaseInvocationOutput):
18
"""FLUX LoRA Loader Output"""
19
20
- transformer: TransformerField = OutputField(
+ transformer: Optional[TransformerField] = OutputField(
21
default=None, description=FieldDescriptions.transformer, title="FLUX Transformer"
22
)
23
0 commit comments