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.
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
Adds a couple of logical comparison nodes!
Contains
- as inif 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.OR
- situation above, but maybe looking for "sd_xl" or "sdxl".while I was at it, I also added
AND
,XOR
, andNOT
,Boolean Primitive
andBoolean to Text
Here are the tests I ran manually: