diff --git a/invokeai/frontend/web/src/features/nodes/types/types.ts b/invokeai/frontend/web/src/features/nodes/types/types.ts index 998d8a7956..745584f244 100644 --- a/invokeai/frontend/web/src/features/nodes/types/types.ts +++ b/invokeai/frontend/web/src/features/nodes/types/types.ts @@ -180,6 +180,7 @@ export type LatentsInputFieldValue = FieldValueBase & { export type ConditioningInputFieldValue = FieldValueBase & { type: 'conditioning'; + value?: string; }; export type ControlInputFieldValue = FieldValueBase & {