InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[bug]: Workflow Linear View Fields do not always indicate if they are missing a value

Open psychedelicious opened this issue 1 year ago • 0 comments

Is there an existing issue for this problem?

  • [X] I have searched the existing issues

Operating system

Linux

GPU vendor

Nvidia (CUDA)

GPU model

No response

GPU VRAM

No response

Version number

4.2.7rc1

Browser

ff

Python dependencies

No response

What happened

In the workflow editor, linear view fields do not always indicate if they are missing a value.

For example, here the image field is required but there's no indication of this: image

Looking at the code, there's no logic for indicating invalid or disable states in the linear field view. This logic does exist in the editor view.

Linear view: https://github.com/invoke-ai/InvokeAI/blob/main/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx Editor view: https://github.com/invoke-ai/InvokeAI/blob/main/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx

What you expected to happen

The UI indicates when a required field is missing

How to reproduce the problem

No response

Additional context

No response

Discord username

No response

psychedelicious avatar Jul 25 '24 23:07 psychedelicious