File tree Expand file tree Collapse file tree 3 files changed +184
-149
lines changed Expand file tree Collapse file tree 3 files changed +184
-149
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class FluxTextEncoderInvocation(BaseInvocation):
25
25
input = Input .Connection ,
26
26
)
27
27
t5Encoder : T5EncoderField = InputField (
28
- title = "T5EncoderField " ,
28
+ title = "T5Encoder " ,
29
29
description = FieldDescriptions .t5Encoder ,
30
30
input = Input .Connection ,
31
31
)
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const MODEL_TYPES = [
39
39
'VAEField' ,
40
40
'CLIPField' ,
41
41
'T2IAdapterModelField' ,
42
+ 'T5EncoderField' ,
42
43
'SpandrelImageToImageModelField' ,
43
44
] ;
44
45
@@ -70,6 +71,7 @@ export const FIELD_COLORS: { [key: string]: string } = {
70
71
T2IAdapterField : 'teal.500' ,
71
72
T2IAdapterModelField : 'teal.500' ,
72
73
UNetField : 'red.500' ,
74
+ T5EncoderField : 'green.500' ,
73
75
TransformerField : 'red.500' ,
74
76
VAEField : 'blue.500' ,
75
77
VAEModelField : 'teal.500' ,
You can’t perform that action at this time.
0 commit comments