Open huchenlei opened 2 months ago
Related issue: https://github.com/Comfy-Org/ComfyUI_frontend/issues/478
We should support dynamic number of inputs based on connection which maps to backend python function's *args argument in function signature.
*args
*args? or *kwargs? dynamic inputs slots can have names, args is only positional.
This is very important, and I think we need a unified mapping that is defined in python
Related issue: https://github.com/Comfy-Org/ComfyUI_frontend/issues/478
We should support dynamic number of inputs based on connection which maps to backend python function's
*args
argument in function signature.