krita-ai-diffusion icon indicating copy to clipboard operation
krita-ai-diffusion copied to clipboard

None input is not allowed (Workflow related)

Open guzuligo opened this issue 1 year ago • 1 comments

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 avatar Oct 19 '24 05:10 guzuligo

Allowing layer input to be optional could be nice.

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

Acly avatar Oct 24 '24 08:10 Acly