-
Notifications
You must be signed in to change notification settings - Fork 92
Utils Logic Nodes
Akatsuzi edited this page Jan 17, 2024
·
3 revisions
The node display name and labels on inputs can be edited via the GUI, if you want to customise the switch nodes.
Both IMAGE inputs are optional.
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which image to go with. | INT | default: 1, min: 1, max: 2 |
image1 | The first image. | IMAGE | |
image2 | The second image. | IMAGE |
This node works in the same way as the node above, but with four image input options.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which image to go with. | INT | default: 1, min: 1, max: 4 |
image1 | The first image. | IMAGE | |
image2 | The second image. | IMAGE | |
image3 | The third image. | IMAGE | |
image4 | The fourth image. | IMAGE |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which latent to go with. | INT | default: 1, min: 1, max: 2 |
latent1 | The first latent. | LATENT | |
latent2 | The second latent. | LATENT |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which conditioning to go with. | INT | default: 1, min: 1, max: 2 |
conditioning1 | The first conditioning. | CONDITIONING | |
conditioning2 | The second conditioning. | CONDITIONING |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which clip to go with. | INT | default: 1, min: 1, max: 2 |
clip1 | The first clip. | CLIP | |
clip2 | The second clip. | CLIP |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which model to go with. | INT | default: 1, min: 1, max: 2 |
model1 | The first model. | MODEL | |
model2 | The second model. | MODEL |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which ControlNet to go with. | INT | default: 1, min: 1, max: 2 |
control_net1 | The first ControlNet. | CONTROL_NET | |
control_net2 | The second ControlNet. | CONTROL_NET |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which VAE to go with. | INT | default: 1, min: 1, max: 2 |
VAE1 | The first VAE. | VAE | |
VAE2 | The second VAE. | VAE |
The node must have at least one valid input.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which text to go with. | INT | default: 1, min: 1, max: 2 |
text1 | The first text. | STRING | |
text2 | The second text. | STRING |
Demo Workflow (right click to save from link)
CR_Text_Input_Switch_demo1.json
This node works in the same way as the node above, but with four image input options.
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which text to go with. | INT | default: 1, min: 1, max: 4 |
text1 | The first text. | STRING | |
text2 | The second text. | STRING | |
text3 | The third text. | STRING | |
text4 | The fourth text. | STRING |
parameter | description | type | arguments |
---|---|---|---|
Input | Picking which model and clip to go with | INT | default: 1, min: 1, max: 2 |
model1 | The first model. | MODEL | |
clip1 | The first clip. | CLIP | |
model2 | The second model. | MODEL | |
clip2 | The second clip. | CLIP |