Open ghostsquad opened 10 months ago
Export them how/in what format?
currently trying to simplify this:
So the suggestion (I think?) is a node that, given the id of another node, creates a set of outputs that echo the widgets on the other node.
Is that right?
Yep! that's basically it. Extra credit to match the widget type, but defaulting to "text" would probably also be ok for a first iteration.
Ok, Will look at that when I get back from travelling :)
This is basically a duplicate of this issue: https://github.com/rgthree/rgthree-comfy/issues/96
(Not sure if this should live here, or in rgthree, given the intersection of functionality)
Anyways, basically, this is a feature request to hook up
Read Widget
to a node (similar to that of theFast Muter
andFast Bypasser
nodes), and simply read all the widgets from that node (that are not already exported), and export them.Thanks!