Haoming02 / comfyui-floodgate

A Custom Node for ComfyUI that allows you to control the logic flow
MIT License
27 stars 6 forks source link

Only primitive boolean alowed #3

Closed villain535 closed 7 months ago

villain535 commented 7 months ago

FloodGate accepts only primitive boolean. How to fors it accept boolean from another nodes?

photo_2024-03-01_18-57-08

Haoming02 commented 7 months ago

Note: The logic flow is parsed during the queuing stage, not the execution stage. As a result, the boolean value has to be already determined when you press Queue Prompt, such as from the toggle or a primitive node. If you use a node that outputs a boolean during execution, this will not work.

You can't.