ltdrdata / ComfyUI-Workflow-Component

This is a side project to experiment with using workflows as components.
GNU General Public License v3.0
214 stars 9 forks source link

Reroutes Confuse in/out parameters #36

Open marcusaureliusfun opened 6 months ago

marcusaureliusfun commented 6 months ago

If the only thing connected to an input/output component is a reroute (even if its connected to another node with a type) you will get errors when you try to use a saved workflow component. If multiple nodes are connected to either the in/out this is enough to help it figure out what the proper type is.

This one is a mild inconvenience, but figure I would post it since others could get confused by the same issue. Initially took me an hour or so of debugging to root cause.