mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update invokeai/app/invocations/flux_lora_loader.py
good catch Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
committed by
psychedelicious
parent
c9b1eb2d83
commit
d7f80fc299
@@ -173,7 +173,7 @@ class FLUXLoRACollectionLoader(BaseInvocation):
|
||||
if self.clip is not None and output.clip is not None:
|
||||
output.clip.loras.append(lora)
|
||||
|
||||
if self.t5_encoder is not None and output.t5_encoder is None:
|
||||
if self.t5_encoder is not None and output.t5_encoder is not None:
|
||||
output.t5_encoder.loras.append(lora)
|
||||
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user