Visit ComfyUI Online for ready-to-use ComfyUI environment
Dynamic camera pose switcher for 3D rendering and animation based on boolean input.
The CR Orbit Pose Input Switch JK node is designed to dynamically switch between two sets of orbit camera poses based on a boolean input. This node is particularly useful in scenarios where you need to conditionally select between different camera configurations for 3D rendering or animation purposes. By leveraging this node, you can streamline your workflow and automate the selection process, ensuring that the appropriate camera poses are used based on the specified condition. This can be especially beneficial in complex projects where multiple camera setups are required, as it reduces manual intervention and potential errors.
The boolean_value
parameter determines which set of orbit camera poses will be selected. It accepts a boolean input (True
or False
). When set to True
, the node will output the orbit_camposes_true
set; when set to False
, it will output the orbit_camposes_false
set. The default value is False
.
The orbit_camposes_false
parameter is the set of orbit camera poses that will be used if the boolean_value
is False
. This input is mandatory and must be provided for the node to function correctly. It represents one of the two possible camera configurations.
The orbit_camposes_true
parameter is the set of orbit camera poses that will be used if the boolean_value
is True
. This input is also mandatory and must be provided for the node to function correctly. It represents the alternative camera configuration.
The ORBIT_CAMPOSES
output parameter provides the selected set of orbit camera poses based on the boolean_value
input. If boolean_value
is True
, it outputs the orbit_camposes_true
set; otherwise, it outputs the orbit_camposes_false
set. This output is crucial for downstream nodes that require specific camera configurations for rendering or animation.
The BOOLEAN
output parameter simply echoes the input boolean_value
. This can be useful for debugging or for further logical operations in your node graph, allowing you to track the condition that was used to select the camera poses.
orbit_camposes_false
and orbit_camposes_true
are properly configured and provided to avoid any runtime errors.BOOLEAN
output to chain additional logical operations or to trigger other conditional nodes in your workflow.boolean_value
settings to verify that the correct set of camera poses is being selected and used in your project.orbit_camposes_false
input is not provided.orbit_camposes_false
input.orbit_camposes_true
input is not provided.orbit_camposes_true
input.boolean_value
input is not a valid boolean.boolean_value
is set to either True
or False
.boolean_value
and ensure that the correct sets of camera poses are connected to orbit_camposes_false
and orbit_camposes_true
.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.