WAS

Results 397 comments of WAS

There is a litegraph setting that displays the execution order of nodes which can help you wire and rewire things to be in right sync. I made a theme that...

I am pretty sure that is JS front-end voodoo. I am not having WAS-NS deploy JS modifications. But I can add a input Boolean int to control that.

That's not really a Boolean, though. On Thu, Oct 19, 2023, 2:52 AM Tim Verweij ***@***.***> wrote: > A Random Number node configured to generate a bool will output a...

A Boolean can only have two values. True or False. 0 or 1. Not a float. A float will be rounded to true of false. On Thu, Oct 19, 2023,...

Any non-zero number is true in Python, thus any comparison of less then 0.5 or over 0.5 wouldn't work. So we round. Simple as that. Boolean is always either true...

Also python just had issues with floating approximation and precision. On Fri, Oct 20, 2023, 8:33 AM Jordan Thompson ***@***.***> wrote: > Any non-zero number is true in Python, thus...

Again... A Boolean is True or False. Nothing else. So you get 0 or 1. Rounding is handled in receiving nodes in case they get a float, which is non-standard....

Ah, yeah, that's cause the output should be rounded, and was never changed with the other rounding operations as `int()` on a float will always be rounded down (doesn't care...

Scifi was a custom one that didn't work right that I removed pretty sure.

I was testing those classes in another custom node, trying to fix them. They may not work. Though I patched the name.