Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic
Nodes to allow for binary combinations of several additive prompts. Useful for situations where you want to create every combination of a set of prompts. Can be more controllable than random picks using comfyUIs built in {option1|option2} prompt syntax
custom_nodes
folder.Given an integer from 0 to 1023, returns a list of every integer up to that number
Useful as an input to Integer to Boolean Values JM
Converts the list of integers provided by create List of Numbers JM
(or any other integer input) into binary outputs
For use by Switchable Prompt JM
or other Nodes
Takes a string input and passes on either that string or the empty string depending on a boolean input
Can be used with create List of Numbers JM
and Integer to Boolean Values JM
to create prompt combinations
Takes a boolean input and inverts it convertinging True to False and vice versa, useful for creating negative prompts
Can be used with Integer to Boolean Values JM
and Switchable Prompt JM
to create appropriate negative prompts