Detailer Pipe Switch [RvTools]:
The Detailer Pipe Switch [RvTools] is a versatile node designed to facilitate the selection between two different detailer pipelines based on a specified input condition. This node is particularly useful in scenarios where you need to dynamically switch between different processing paths or configurations within a detailer pipeline, allowing for greater flexibility and control in your workflow. By providing a simple mechanism to choose between two detailer pipes, this node enhances the adaptability of your AI art generation process, enabling you to tailor the output to specific requirements or preferences without manually altering the pipeline structure.
Detailer Pipe Switch [RvTools] Input Parameters:
Input
The Input parameter is an integer that determines which detailer pipeline will be selected for execution. It accepts values of either 1 or 2, with a default value of 1. When set to 1, the node will select the first detailer pipeline (input1), and when set to 2, it will select the second detailer pipeline (input2). This parameter is crucial for directing the flow of data through the desired pipeline, allowing you to switch between different processing paths based on your needs.
input1
The input1 parameter represents the first detailer pipeline option. It is an optional input that must be provided if you intend to use it as one of the selectable pipelines. This parameter is of type DETAILER_PIPE and is marked with forceInput: True, indicating that it must be explicitly connected when used. The input1 pipeline will be executed if the Input parameter is set to 1.
input2
The input2 parameter represents the second detailer pipeline option. Similar to input1, it is an optional input that must be provided if you wish to use it as a selectable pipeline. This parameter is also of type DETAILER_PIPE and requires explicit connection due to forceInput: True. The input2 pipeline will be executed if the Input parameter is set to 2.
Detailer Pipe Switch [RvTools] Output Parameters:
DETAILER_PIPE
The output parameter DETAILER_PIPE is the result of the selected detailer pipeline execution. Depending on the value of the Input parameter, this output will either be the result from input1 or input2. This output is crucial as it represents the processed data from the chosen pipeline, which can then be used in subsequent nodes or processes within your AI art generation workflow.
Detailer Pipe Switch [RvTools] Usage Tips:
- Ensure that both
input1andinput2are properly connected to valid detailer pipelines to avoid execution errors. - Use the
Inputparameter to dynamically switch between different processing configurations, allowing for flexible experimentation with different detailer settings. - Consider using this node in conjunction with other switch nodes to create complex, conditional workflows that adapt to various input conditions or artistic goals.
Detailer Pipe Switch [RvTools] Common Errors and Solutions:
Missing input1 or input2
- Explanation: This error occurs when one or both of the optional inputs (
input1orinput2) are not connected, but theInputparameter is set to select them. - Solution: Ensure that both
input1andinput2are connected to valid detailer pipelines if you intend to use them. If only one pipeline is needed, adjust theInputparameter accordingly.
Invalid Input value
- Explanation: This error arises when the
Inputparameter is set to a value outside the allowed range of 1 to 2. - Solution: Verify that the
Inputparameter is set to either 1 or 2, as these are the only valid options for selecting between the two detailer pipelines.
