chrisgoringe / Comfy-Custom-Node-How-To

An unofficial practical guide to getting started developing custom nodes for ComfyUI
GNU General Public License v3.0
153 stars 6 forks source link

Wishlist: Small addition to the input types #22

Open Quasimondo opened 3 months ago

Quasimondo commented 3 months ago

Since I am just now looking for it, this might be a useful thing to add: how to setup an input so it accepts multiple different types of inputs - of course one always can use "*", but I remember having seen that you could so something like "STRING" & "INT" - I just forgot how I have to format it - was it an array or a tuple. Dang.