Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

None input is not allowed (Workflow related) #1286

Open
guzuligo opened this issue Oct 19, 2024 · 1 comment
Open

None input is not allowed (Workflow related) #1286

guzuligo opened this issue Oct 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@guzuligo
Copy link

I'm trying to make a fixable workflow where if no input provided, you get default. But, I get assertion errors for empty inputs.
Probable add an option to bypass missing input assertions. Maybe add a boolean to the node to tell if it is set, or just send none to let the workflow handle it.
image

@guzuligo guzuligo changed the title None input is not allowed None input is not allowed (Workflow related) Oct 19, 2024
@Acly
Copy link
Owner

Acly commented Oct 24, 2024

Allowing layer input to be optional could be nice.

A workaround would be to create a Parameter node for the boolean input.

@Acly Acly added the enhancement New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants