Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline model selection and loading for AI art workflow with up to five pre-defined checkpoints.
The CR Select Model node is designed to streamline the process of selecting and loading different machine learning models within your AI art workflow. This node allows you to choose from up to five pre-defined model checkpoints, making it easy to switch between different models based on your specific needs. By providing a simple interface for model selection, it helps you manage and utilize various models efficiently, ensuring that you can quickly adapt to different artistic requirements or experiment with different model configurations. The node also integrates seamlessly with other components, loading the necessary configurations and embeddings to ensure optimal performance.
This parameter represents the name of the first model checkpoint. It is one of the five possible models you can select from. The name should correspond to a valid model file in your checkpoints directory.
This parameter represents the name of the second model checkpoint. Similar to ckpt_name1
, it should be a valid model file name in your checkpoints directory.
This parameter represents the name of the third model checkpoint. Ensure that the name corresponds to a valid model file in your checkpoints directory.
This parameter represents the name of the fourth model checkpoint. It should be a valid model file name in your checkpoints directory.
This parameter represents the name of the fifth model checkpoint. Like the others, it should correspond to a valid model file in your checkpoints directory.
This integer parameter determines which of the five model checkpoints to load. The value should be between 1 and 5, where each number corresponds to one of the ckpt_name
parameters. For example, a value of 1 selects the model specified in ckpt_name1
.
This output parameter is the loaded model based on the selected checkpoint. It is the primary model that will be used in your AI art workflow.
This output parameter represents the CLIP (Contrastive Language-Image Pre-Training) model associated with the selected checkpoint. CLIP models are used for understanding and generating images based on textual descriptions.
This output parameter is the Variational Autoencoder (VAE) associated with the selected model checkpoint. VAEs are used for generating high-quality images by learning latent representations.
This output parameter returns the name of the selected model checkpoint. It helps in identifying which model is currently loaded and being used.
This output parameter provides a URL to the help documentation for the CR Select Model node. It is useful for accessing additional information and troubleshooting tips.
ckpt_name1
to ckpt_name5
) are valid and correspond to actual files in your checkpoints directory to avoid errors.select_model
parameter to quickly switch between different models without needing to manually change file paths or configurations.show_help
URL for detailed documentation and examples on how to effectively use the CR Select Model node in your workflow.select_model
parameter is set to a value between 1 and 5, and that the corresponding ckpt_name
parameter is a valid model file name.ckpt_name1
to ckpt_name5
are correct and that the files exist in the specified directory.select_model
parameter is set to a value outside the range of 1 to 5.select_model
parameter is set to an integer value between 1 and 5.© Copyright 2024 RunComfy. All Rights Reserved.