Table of Content
- Description
- 📋 CR Schedule Input Switch:
- 📋 CR Schedule Input Switch Input Parameters:
- 📋 CR Schedule Input Switch Output Parameters:
- 📋 CR Schedule Input Switch Usage Tips:
- 📋 CR Schedule Input Switch Common Errors and Solutions:
- Related Nodes
ComfyUI Node: 📋 CR Schedule Input Switch
Class Name
CR Schedule Input Switch
Category 🧩 Comfyroll Studio/🎥 Animation/📋 Schedule
Author Suzie1 (Account age: 2158days)Extension Comfyroll StudioLatest Updated 2024-06-05Github Stars 0.49K
Github Ask Suzie1 Questions Current Questions Past Questions
How to Install Comfyroll Studio
Install this extension via the ComfyUI Manager by searching for Comfyroll Studio
-
- Click the Manager button in the main menu
-
- Select Custom Nodes Manager button
-
- Enter Comfyroll Studio in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.
Visit ComfyUI Online for ready-to-use ComfyUI environment
- Free trial available
- High-speed GPU machines
- 200+ preloaded models/nodes
- Freedom to upload custom models/nodes
- 50+ ready-to-run workflows
- 100% private workspace with up to 200GB storage
- Dedicated Support
📋 CR Schedule Input Switch Description
Facilitates dynamic selection between two schedules based on input value for enhanced animation control.
📋 CR Schedule Input Switch:
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.
📋 CR Schedule Input Switch Input Parameters:
Input
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.
schedule1
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.
schedule2
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.
📋 CR Schedule Input Switch Output Parameters:
SCHEDULE
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.
show_help
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.
📋 CR Schedule Input Switch Usage Tips:
- Use the
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. - Ensure that both
schedule1
andschedule2
are properly defined and tested before using the node in your workflow to avoid unexpected results.
📋 CR Schedule Input Switch Common Errors and Solutions:
"Invalid Input value"
- Explanation : The
Input
parameter must be either 1 or 2. Any other value will result in an error. - Solution : Ensure that the
Input
parameter is set to either 1 or 2.
"Missing schedule1 or schedule2"
- Explanation : Both
schedule1
andschedule2
parameters are required and must be provided. - Solution : Make sure to define both
schedule1
andschedule2
before executing the node.
"Invalid schedule format"
- Explanation : The schedules provided must be of type
SCHEDULE
. - Solution : Verify that the schedules you are providing are correctly formatted and of the appropriate type.