Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates dynamic selection between two models and CLIP components for AI art generation workflow.
The CR Switch Model and CLIP node is designed to facilitate the dynamic selection between two different models and their corresponding CLIP (Contrastive Language-Image Pretraining) components within a workflow. This node is particularly useful when you need to switch between different models and CLIP configurations based on specific conditions or inputs, allowing for greater flexibility and control in your AI art generation process. By using this node, you can streamline your workflow and ensure that the appropriate model and CLIP are utilized without manual intervention, enhancing efficiency and consistency in your projects.
This parameter determines which set of model and CLIP components will be selected. It accepts an integer value with a default of 1, a minimum of 1, and a maximum of 2. When set to 1, the node will select model1
and clip1
; when set to 2, it will select model2
and clip2
.
This parameter represents the first model option that can be selected by the node. It is used when the Input
parameter is set to 1. The model should be a valid AI model that you want to use in your workflow.
This parameter represents the first CLIP component that can be selected by the node. It is used in conjunction with model1
when the Input
parameter is set to 1. The CLIP component should be compatible with the selected model.
This parameter represents the second model option that can be selected by the node. It is used when the Input
parameter is set to 2. The model should be a valid AI model that you want to use in your workflow.
This parameter represents the second CLIP component that can be selected by the node. It is used in conjunction with model2
when the Input
parameter is set to 2. The CLIP component should be compatible with the selected model.
This output provides the selected model based on the Input
parameter. It will be either model1
or model2
, depending on the value of Input
.
This output provides the selected CLIP component based on the Input
parameter. It will be either clip1
or clip2
, depending on the value of Input
.
This output provides a URL to the documentation for the CR Switch Model and CLIP node. It is a helpful resource for understanding the node's functionality and usage.
Input
parameter to dynamically switch between different models and CLIP components based on specific conditions in your workflow.show_help
URL for detailed documentation and examples on how to effectively use this node.Input
parameter value is outside the allowed range (1-2).Input
parameter is set to either 1 or 2. Adjust the value accordingly to select the desired model and CLIP components.model1
and clip1
or model2
and clip2
are provided based on the Input
parameter value. Ensure all necessary inputs are connected.© Copyright 2024 RunComfy. All Rights Reserved.