mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Some UI cleanup, regenerate schema
This commit is contained in:
parent
46b6314482
commit
cfe9d0ce0a
@ -25,7 +25,7 @@ class FluxTextEncoderInvocation(BaseInvocation):
|
||||
input=Input.Connection,
|
||||
)
|
||||
t5Encoder: T5EncoderField = InputField(
|
||||
title="T5EncoderField",
|
||||
title="T5Encoder",
|
||||
description=FieldDescriptions.t5Encoder,
|
||||
input=Input.Connection,
|
||||
)
|
||||
|
@ -39,6 +39,7 @@ export const MODEL_TYPES = [
|
||||
'VAEField',
|
||||
'CLIPField',
|
||||
'T2IAdapterModelField',
|
||||
'T5EncoderField',
|
||||
'SpandrelImageToImageModelField',
|
||||
];
|
||||
|
||||
@ -70,6 +71,7 @@ export const FIELD_COLORS: { [key: string]: string } = {
|
||||
T2IAdapterField: 'teal.500',
|
||||
T2IAdapterModelField: 'teal.500',
|
||||
UNetField: 'red.500',
|
||||
T5EncoderField: 'green.500',
|
||||
TransformerField: 'red.500',
|
||||
VAEField: 'blue.500',
|
||||
VAEModelField: 'teal.500',
|
||||
|
@ -5745,7 +5745,7 @@ export type components = {
|
||||
*/
|
||||
clip?: components["schemas"]["CLIPField"];
|
||||
/**
|
||||
* T5EncoderField
|
||||
* T5Encoder
|
||||
* @description T5 tokenizer and text encoder
|
||||
* @default null
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user