Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust camera pose aspect ratio for precise visual results in animation workflow.
The ADE_ReplaceOriginalPoseAspectRatio node is designed to adjust the aspect ratio of original camera poses in your animation workflow. This node is particularly useful when you need to ensure that the aspect ratio of your camera poses matches specific dimensions, such as those of your output video or image. By setting the original pose width and height, you can maintain consistency and avoid distortions in your animations. This node is essential for AI artists who want to fine-tune their camera settings to achieve precise visual results, ensuring that the aspect ratio of the camera poses aligns perfectly with the intended output.
This parameter expects a list of lists containing float values, representing the camera poses. Each pose is a set of parameters that define the camera's position and orientation in 3D space. The poses parameter is crucial as it provides the base data that will be adjusted to match the specified aspect ratio.
This integer parameter sets the original width of the camera pose. It has a default value of 1280, with a minimum value of 1 and a maximum value defined by the system's capabilities (BIGMAX). Adjusting this parameter will change the width aspect of the camera pose, ensuring it matches the desired dimensions.
This integer parameter sets the original height of the camera pose. It has a default value of 720, with a minimum value of 1 and a maximum value defined by the system's capabilities (BIGMAX). Adjusting this parameter will change the height aspect of the camera pose, ensuring it matches the desired dimensions.
The output of this node is a modified list of camera poses, where each pose has been adjusted to reflect the specified original width and height. This ensures that the aspect ratio of the camera poses is consistent with the desired dimensions, preventing any distortions in the final animation output.
orig_pose_width
and orig_pose_height
parameters are set to match the aspect ratio of your final output to avoid any distortions.orig_pose_width
or orig_pose_height
are outside the allowed range.orig_pose_width
and orig_pose_height
are within the specified range (minimum 1, maximum BIGMAX) and adjust them accordingly.poses
, orig_pose_width
, and orig_pose_height
) are supplied to the node before execution.© Copyright 2024 RunComfy. All Rights Reserved.