ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

feat: variadic inputs

Open jjangga0214 opened this issue 2 years ago • 1 comments

Hi!

Sometimes variadic provides convenience.

For example, a custom node MultiAreaConditioning allows users to add 2 or more conditional inputs. If a user right-click, an option like 'insert input above' appears.

스크린샷 2023-06-26 오후 8 49 13

The developer Davemane42 enables this by custom js. https://github.com/Davemane42/ComfyUI_Dave_CustomNode/blob/main/javascript/MultiAreaConditioning.js

I think this behavior is very useful. So natively supporting variadic would be great.

How do you think?

Thank :)

jjangga0214 avatar Jun 26 '23 11:06 jjangga0214

I also had the thought of having a scalable input. However, since that feature is specialized for that specific node, it requires careful consideration to make it more general.

ltdrdata avatar Jun 27 '23 00:06 ltdrdata