WASasquatch / was-node-suite-comfyui

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

feat: Add Logical Comparison Nodes #331

Closed ghostsquad closed 10 months ago

ghostsquad commented 10 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 10 months ago

this is ready for review. Thanks for your time!

WASasquatch commented 10 months ago

Looks good, thanks for the PR!