Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates dynamic selection between two schedules based on input value for enhanced animation control.
The CR Schedule Input Switch node is designed to facilitate the selection between two different schedules based on a specified input value. This node is particularly useful in animation workflows where you may need to switch between different scheduling configurations dynamically. By providing a simple mechanism to choose between two schedules, it enhances flexibility and control over the animation process, allowing for more complex and varied animations without the need for manual intervention. The primary function of this node is to return one of the two schedules based on the input value, making it an essential tool for managing multiple scheduling scenarios efficiently.
This parameter determines which schedule to select. It accepts an integer value with a minimum of 1 and a maximum of 2. The default value is set to 1. If the input is 1, the node will select schedule1
; if the input is 2, it will select schedule2
. This parameter is crucial for dynamically switching between different schedules based on the workflow requirements.
This parameter represents the first schedule option. It is of type SCHEDULE
and is required. When the Input
parameter is set to 1, this schedule will be selected and returned by the node. This allows you to define one of the possible scheduling configurations that can be dynamically chosen during the animation process.
This parameter represents the second schedule option. It is of type SCHEDULE
and is required. When the Input
parameter is set to 2, this schedule will be selected and returned by the node. This provides an alternative scheduling configuration that can be dynamically chosen, offering flexibility in managing different animation scenarios.
This output parameter returns the selected schedule based on the Input
parameter. If Input
is 1, it returns schedule1
; if Input
is 2, it returns schedule2
. This output is essential for continuing the animation workflow with the chosen schedule, ensuring that the correct scheduling configuration is applied.
This output parameter provides a URL to the documentation for the CR Schedule Input Switch node. The URL is "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki/Schedule-Nodes#cr-schedule-input-switch". This is useful for users who need additional information or guidance on how to use the node effectively.
Input
parameter to dynamically switch between different schedules during your animation workflow. This can be particularly useful for creating complex animations that require different timing configurations.schedule1
and schedule2
are properly defined and tested before using the node in your workflow to avoid unexpected results.Input
parameter must be either 1 or 2. Any other value will result in an error.Input
parameter is set to either 1 or 2.schedule1
and schedule2
parameters are required and must be provided.schedule1
and schedule2
before executing the node.SCHEDULE
.© Copyright 2024 RunComfy. All Rights Reserved.