diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx index 65ffbccb6f..0de87b8f58 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx @@ -109,28 +109,28 @@ const InputField = ({ nodeId, fieldName }: Props) => { return ( - - {(ref) => ( - - + + + + {(ref) => ( - - - - )} - + )} + + + + {fieldTemplate.input !== 'direct' && (