chrisgoringe / cg-use-everywhere

Apache License 2.0
355 stars 28 forks source link

UE? nodes don't connect to Trung0246 nodes #181

Open JorgeR81 opened 2 months ago

JorgeR81 commented 2 months ago

I was trying to make a version of this Trung0246 workflow, for XY grids, with EU? nodes.

https://github.com/Trung0246/ComfyUI-0246/issues/15#issuecomment-1868595620

But the UE? nodes don't connect, even with the basic example provided in the UE? documentation.

ue

ue2

JorgeR81 commented 2 months ago

But this works if I use a "pass" node, from the AegisFlow suite.

aegis

JorgeR81 commented 2 months ago

Some of the outputs on Trung0246 nodes have the same issue. They don't connect correctly to a UE? node unless a "pass" node is also used.

t1

t2

JorgeR81 commented 2 months ago

The connection to the Highway node does not work, in the basic example.

But the connection to Highway Bach is working in a much more complex workflow, for the XY plot. Here the connection is named [ * ], instead of COMBO, and it works !

So the UE? nodes are broadcasting a batch of COMBO connections ( without the new combo branch ) !

hb

But I need to remove the "+" form the connection name ( e.g. "+scheduler" does not work ), despite being one of the suggestions in the autocomplete widget.

ac

Also, removing the "+" is not enough to make this work, in the basic Highway node example. The autocomplete does not even show suggestions, like if the Highway node does nor exist. 

hn