WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Enable comparison of empty strings #152

Closed pr1est0r closed 1 year ago

pr1est0r commented 1 year ago

When trying to compare two empty strings this node errors out because "can't devide by 0". My workaround enables comparison of empty strings, so I can automate using one prompt if another is empty, or the other, if it's not empty.