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

feat: Add Logical Comparison Nodes #331

Closed ghostsquad closed 8 months ago

ghostsquad commented 8 months ago

Adds a couple of logical comparison nodes!

  1. Contains - as in if x in y - Useful if you have the checkpoint name, and the checkpoint contains "sdxl", you can automatically do something different based on that information.
  2. OR - situation above, but maybe looking for "sd_xl" or "sdxl".

while I was at it, I also added AND, XOR, and NOT, Boolean Primitive and Boolean to Text

Here are the tests I ran manually:

image

image

image

image

image

image

ghostsquad commented 8 months ago

this is ready for review. Thanks for your time!

WASasquatch commented 8 months ago

Looks good, thanks for the PR!