Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and track animation frame index, synchronize elements, debug workflow.
The CR Current Frame node is designed to help you manage and track the current frame index within an animation sequence. This node is particularly useful for artists working on frame-by-frame animations or any project that requires precise control over frame indexing. By providing the current frame index, it allows you to synchronize various animation elements and ensure that each frame is processed correctly. Additionally, the node offers an option to print the current frame index to the console, which can be helpful for debugging and monitoring the animation workflow.
The index
parameter specifies the current frame index in the animation sequence. This integer value determines which frame is currently being processed. The parameter accepts values ranging from -10000 to 10000, with a default value of 1. Adjusting this value allows you to set or modify the frame index as needed, ensuring that your animation elements are synchronized correctly.
The print_to_console
parameter is a toggle option that allows you to choose whether to print the current frame index to the console. It accepts two options: "Yes" and "No". When set to "Yes", the node will print the current frame index to the console, providing a helpful way to monitor and debug the animation process. When set to "No", the frame index will not be printed, keeping the console output clean.
The index
output parameter returns the current frame index as an integer. This value is crucial for synchronizing various elements in your animation workflow, ensuring that each frame is processed in the correct order. By using this output, you can maintain precise control over the frame indexing in your animation projects.
index
parameter to set the starting frame for your animation sequence, ensuring that all elements are synchronized from the beginning.print_to_console
option when debugging your animation workflow to easily track the current frame index and identify any issues.index
value provided is outside the acceptable range of -10000 to 10000.index
value is within the specified range. Adjust the value to be between -10000 and 10000.print_to_console
parameter is set to a value other than "Yes" or "No".print_to_console
parameter to either "Yes" or "No" to ensure proper functionality.© Copyright 2024 RunComfy. All Rights Reserved.