comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
56.24k stars 5.96k forks source link

[FEATURE] custom node "ANY" #1244

Open yoinked-h opened 1 year ago

yoinked-h commented 1 year ago

i would like to see an "ANY" input/output type with custom nodes, e.g. it would take anything as input or give anything as output,

yoinked-h commented 1 year ago

i am dumb

yoinked-h commented 1 year ago

nevermind, more like: a type that can be plugged into any node with no conversion; if it errors, it errors

sedetweiler commented 1 year ago

Like the Primitive?

yoinked-h commented 1 year ago

yes, something like that, a type that connects to any node,

chrisgoringe commented 1 year ago

In a custom node you can use "input": ( "*", {} ) as an input node, and connect anything to it.