WASasquatch / ASTERR

Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI
MIT License
19 stars 5 forks source link

Reroutes node can't be used as input #2

Open Maykeye opened 12 months ago

Maykeye commented 12 months ago

I can pass data from one node directly to ASTERR normally, but if I use reroute, it doesn't work:

image

WASasquatch commented 12 months ago

It uses the Any type "hack" to allow input from any type, which I don't think plays nice with JS side nodes like Reroute or Primitives.