ltdrdata / ComfyUI-Workflow-Component

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

Issue with Impact Switch in Component flow? #20

Closed eanism closed 9 months ago

eanism commented 9 months ago

Attempting to replicate the following logic in a component: opt-1 Using an optional input so the highest index input will always be used (so index 0 if only the required input is supplied, index 1 if the optional input is also supplied): opt2 Produces the following error: opt3 Not sure if I'm misusing the nodes (pilot error) of if there's a legitimate issue, and I also wouldn't be surprised if there were a better way of achieving what I'm trying to do, so apologies if the issue is something I'm doing. Thanks in advance, you're doing amazing work please keep it up!

ltdrdata commented 9 months ago

ImpactSwitch is not compatible with the Workflow component. As there are ongoing efforts to completely change the current execution model (based on this PR), this branch will only be maintained to the extent that it does not become completely non-functional, and no additional work is planned for it.