Visit ComfyUI Online for ready-to-use ComfyUI environment
Load motion flow data from EXR file for Blender's vector pass in Cycles renderer, extract motion flow info for post-processing tasks.
The RAFTLoadFlowFromEXRChannels
node is designed to load motion flow data from an EXR image file, specifically tailored for use with Blender's vector pass in the Cycles renderer. This node allows you to extract motion flow information from the EXR file, which can be used in various applications such as motion blur, visual effects, and other post-processing tasks. By leveraging the vector pass in Blender, you can separate the motion vectors into different channels and then recombine them into an EXR file. This node reads the specified channels from the EXR file and processes them to generate a motion flow tensor that can be used in further processing or visualization tasks.
This parameter specifies the file path to the EXR image file from which the motion flow data will be loaded. The path should be a string representing the location of the EXR file on your system. The default value is an empty string, which means you need to provide a valid file path for the node to function correctly.
This parameter determines which channel in the EXR file will be used for the X component of the motion flow. The available options are "R", "G", "B", and "A", corresponding to the red, green, blue, and alpha channels, respectively. The default value is "R".
This parameter determines which channel in the EXR file will be used for the Y component of the motion flow. The available options are "R", "G", "B", and "A", corresponding to the red, green, blue, and alpha channels, respectively. The default value is "G".
This parameter specifies whether the X component of the motion flow should be inverted. The available options are "false" and "true". Inverting the X component can be useful if the motion direction needs to be reversed. The default value is "true".
This parameter specifies whether the Y component of the motion flow should be inverted. The available options are "false" and "true". Inverting the Y component can be useful if the motion direction needs to be reversed. The default value is "false".
The output of this node is a tensor representing the motion flow data extracted from the specified channels of the EXR file. This tensor can be used in subsequent nodes for further processing, visualization, or analysis. The motion flow data is essential for creating realistic motion effects and can be utilized in various applications such as motion blur and visual effects.
path
parameter is correct and accessible to avoid file not found errors.invert_x
and invert_y
parameters to achieve the desired motion direction, especially if the initial results do not match your expectations.invert_x
and invert_y
parameters to ensure they are set correctly. If the motion flow appears incorrect, try toggling these parameters to see if it resolves the issue.© Copyright 2024 RunComfy. All Rights Reserved.