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
01a4e0f6ef
commit
5d0b248fdb
@ -178,7 +178,7 @@ class FluxModelLoaderInvocation(BaseInvocation):
|
|||||||
)
|
)
|
||||||
|
|
||||||
t5_encoder: ModelIdentifierField = InputField(
|
t5_encoder: ModelIdentifierField = InputField(
|
||||||
description=FieldDescriptions.t5Encoder,
|
description=FieldDescriptions.t5_encoder,
|
||||||
ui_type=UIType.T5EncoderModel,
|
ui_type=UIType.T5EncoderModel,
|
||||||
input=Input.Direct,
|
input=Input.Direct,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user