chrisgoringe/cg-use-everywhere

UE incompatible with pythonssss Preset Text node

chrisgoringe opened this issue · 2 comments

If the Preset Text node is connected to a UE node, it breaks.

image

It seems to be because the Preset Text node isn't serialized (it's pure javascript) but UE references it. Push it through a blank String node and it's fine. My initial guess is that Preset works by pushing it's value into the downstream nodes in a way that UE doesn't support.

image

Yup - at presetText.js:145

// For each output link copy our value over the original widget value

I've made a suggestion to the author of pythonsssss that we could fix this collaboratively.

pythongosssss/ComfyUI-Custom-Scripts#210