ComfyUI/tests/inference/testing_nodes/testing-pack
Jacob Segal 6d09dd70f8 Make custom VALIDATE_INPUTS skip normal validation
Additionally, if `VALIDATE_INPUTS` takes an argument named `input_types`,
that variable will be a dictionary of the socket type of all incoming
connections. If that argument exists, normal socket type validation will
not occur. This removes the last hurdle for enabling variant types
entirely from custom nodes, so I've removed that command-line option.

I've added appropriate unit tests for these changes.
2024-02-24 23:17:01 -08:00
..
__init__.py Add execution model unit tests 2024-02-18 01:41:21 -08:00
conditions.py Add execution model unit tests 2024-02-18 01:41:21 -08:00
flow_control.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00
specific_tests.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00
stubs.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00
tools.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00
util.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00