Oneirocom / Magick

Magick is a cutting-edge toolkit for a new kind of AI builder. Make Magick with us!
https://magickml.com
Other
707 stars 116 forks source link

Logical operator doesn't work right after being placed #1190

Closed Knar33 closed 9 months ago

Knar33 commented 1 year ago

Magick version

Main

System information

Ubuntu 22.04.1, firefox

Issue description

When you place down a Logical Operator node onto the graph, and try to use it to check if two inputs are equal, it doesn't work. It just never fires the triggers. If you change the operator type to Not Equals, then change back to Equals, it works. It seems to be an error when the node is initialized, it probably needs a default value set.

Steps to reproduce

Minimal reproduction project

No response