Load Video:
The ComfyTV.VideoLoaderStage node is designed to facilitate the loading of video files into your project workflow. This node serves as an entry point for video content, allowing you to either select an existing video file from your input directory or upload a new one. By integrating this node into your workflow, you can seamlessly incorporate video data, which can then be processed or manipulated by subsequent nodes. The primary goal of this node is to provide a straightforward and efficient method for importing video content, making it an essential component for projects that involve video editing or analysis.
Load Video Input Parameters:
project_id
This parameter represents the unique identifier for the project you are working on. It helps in organizing and managing different projects within the ComfyTV environment. The project_id is typically a string and does not have a predefined minimum or maximum value. It is essential for ensuring that the video is loaded into the correct project context.
parent_output_id
The parent_output_id is an integer that links the current node's output to a previous node's output in the workflow. This parameter is crucial for maintaining the flow of data between nodes, ensuring that the video loaded by this node is correctly associated with its upstream processes. The default value is 0, indicating no specific parent output.
video
This parameter allows you to select or upload a video file to be used as the output of this stage. You can choose from existing files in the input directory or upload a new video. The video parameter is optional, with a default value of an empty string, meaning no video is selected by default. The tooltip provides guidance on how to use this parameter effectively.
Load Video Output Parameters:
video
The video output parameter represents the video file that has been loaded through this node. It serves as the primary output, which can be used by subsequent nodes for further processing or analysis. This output is crucial for workflows that involve video manipulation, as it provides the necessary video data in a format that can be easily integrated into other stages of the project.
Load Video Usage Tips:
- Ensure that the video file you wish to load is in a compatible format and located in the designated input directory for seamless integration.
- Utilize the project_id parameter to keep your projects organized, especially when working on multiple projects simultaneously.
Load Video Common Errors and Solutions:
Video Clip needs an upstream video — wire one into the video input.
- Explanation: This error occurs when the video parameter is not provided or is empty, indicating that no video file has been selected or uploaded.
- Solution: Ensure that you have selected a video file from the input directory or uploaded a new one before executing the node.
Invalid project_id or parent_output_id
- Explanation: This error may arise if the project_id or parent_output_id parameters are not correctly specified, leading to issues in data flow or project management.
- Solution: Double-check the values for project_id and parent_output_id to ensure they are correctly set and correspond to existing projects and nodes in your workflow.
