Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI models with pre-trained LoRA models for improved performance and adaptability.
The CR Load LoRA JK node is designed to load and apply LoRA (Low-Rank Adaptation) models to your existing AI models and CLIP (Contrastive Language-Image Pre-Training) models. This node allows you to enhance the capabilities of your models by integrating pre-trained LoRA models, which can significantly improve the performance and adaptability of your AI models in various tasks. By using this node, you can seamlessly switch between different LoRA models, adjust their weights, and apply them to your models, providing a flexible and powerful tool for AI artists to fine-tune their creations.
This parameter represents the base AI model to which the LoRA model will be applied. It is essential for defining the primary model that will be enhanced by the LoRA model. The model should be compatible with the LoRA model being loaded.
This parameter represents the CLIP model that will be used in conjunction with the base AI model. The CLIP model helps in understanding and processing the textual descriptions associated with the images. It should be compatible with the base AI model and the LoRA model.
This boolean parameter determines whether the LoRA model should be applied or not. If set to False
, the LoRA model will not be applied, and the base model and CLIP will be returned as is. This parameter is useful for toggling the application of the LoRA model without removing it from the configuration. The default value is False
.
This parameter specifies the name of the LoRA model to be loaded. It is a string that should match the name of a LoRA model available in the designated folder. If set to "None"
, no LoRA model will be loaded. This parameter is crucial for identifying the specific LoRA model to be applied.
This parameter defines the weight of the LoRA model when applied to the base AI model. It is a float value that determines the influence of the LoRA model on the base model. A higher value means a stronger influence. The default value is 0.0
.
This parameter defines the weight of the LoRA model when applied to the CLIP model. Similar to model_weight
, it is a float value that determines the influence of the LoRA model on the CLIP model. The default value is 0.0
.
This output parameter represents the base AI model after the LoRA model has been applied. It is the enhanced version of the input model, incorporating the adjustments and improvements from the LoRA model. This output is crucial for further processing and generating improved results.
This output parameter represents the CLIP model after the LoRA model has been applied. It is the enhanced version of the input CLIP model, incorporating the adjustments and improvements from the LoRA model. This output is essential for better understanding and processing of textual descriptions in conjunction with the enhanced AI model.
lora_name
parameter matches the exact name of the LoRA model file available in the designated folder to avoid loading errors.model_weight
and clip_weight
parameters to fine-tune the influence of the LoRA model on your base AI and CLIP models. Start with small increments to observe the changes.switch
parameter to quickly toggle the application of the LoRA model without removing it from the configuration, allowing for easy comparisons between the enhanced and original models.LoRA model file not found
lora_name
does not match any file in the designated folder.lora_name
parameter is correctly spelled and matches the name of an existing LoRA model file in the folder.Incompatible model and LoRA model
Invalid weight values
model_weight
or clip_weight
parameters are set to invalid values (e.g., negative values).model_weight
and clip_weight
parameters are set to valid float values, typically between 0.0
and 1.0
.LoRA model loading failed
RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.