mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(worker) fix T5 type
This commit is contained in:
parent
68a917aed5
commit
25482c031b
@ -178,7 +178,7 @@ class FluxModelLoaderInvocation(BaseInvocation):
|
||||
)
|
||||
|
||||
t5_encoder: ModelIdentifierField = InputField(
|
||||
description=FieldDescriptions.t5Encoder,
|
||||
description=FieldDescriptions.t5_encoder,
|
||||
ui_type=UIType.T5EncoderModel,
|
||||
input=Input.Direct,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user