chrisgoringe / cg-quicknodes

GNU General Public License v3.0
13 stars 3 forks source link

[Feature] Automatically read the node and export all widgets? #15

Open ghostsquad opened 10 months ago

ghostsquad commented 10 months ago

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 the Fast Muter and Fast Bypasser nodes), and simply read all the widgets from that node (that are not already exported), and export them.

Thanks!

chrisgoringe commented 10 months ago

Export them how/in what format?

ghostsquad commented 10 months ago

currently trying to simplify this:

image

chrisgoringe commented 10 months ago

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?

ghostsquad commented 10 months ago

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.

chrisgoringe commented 10 months ago

Ok, Will look at that when I get back from travelling :)