Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
554 stars 89 forks source link

[Node definition] Dynamic number of inputs #1095

Open huchenlei opened 3 weeks ago

huchenlei commented 3 weeks 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.

Amorano commented 1 week ago

*args? or *kwargs? dynamic inputs slots can have names, args is only positional.