Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates loading LoRA models for AI art generation, offering model selection flexibility and loading control.
The AV_LoraLoader
node is designed to facilitate the loading of LoRA (Low-Rank Adaptation) models into your AI art generation workflow. This node allows you to override the default LoRA model with a specified one and enables or disables the loading process based on your requirements. By providing flexibility in model selection and control over the loading process, AV_LoraLoader
ensures that you can fine-tune your AI models with ease, enhancing the creative possibilities and performance of your art generation tasks.
This parameter represents the base model that you want to enhance with the LoRA model. It is a required input and should be a valid AI model that supports LoRA integration.
This parameter represents the CLIP (Contrastive Language-Image Pre-Training) model that works alongside the base model. It is a required input and should be a valid CLIP model.
This parameter specifies the name of the LoRA model to be loaded. It is a required input and should match one of the available LoRA models in your system.
This optional parameter allows you to override the default LoRA model specified in lora_name
. If set to a valid LoRA model name, it will replace the default model. The default value is "None".
This optional parameter controls whether the LoRA model loading process is enabled or disabled. If set to True
, the LoRA model will be loaded; if set to False
, the loading process will be skipped. The default value is True
.
This output represents the base model enhanced with the loaded LoRA model. If the loading process is disabled, it will return the original base model.
This output represents the CLIP model that works alongside the enhanced base model. If the loading process is disabled, it will return the original CLIP model.
lora_override
parameter to specify the desired model without changing the default lora_name
.enabled
parameter to False
without removing the node from your workflow.<lora_override>
. Use <lora_name>
instead.lora_override
model was not found in the system, and the default lora_name
model will be used instead.lora_override
parameter is set to a valid LoRA model name available in your system. Check the list of available models and correct any typos in the model name.model
or clip
input parameters are not valid AI models that support LoRA integration.model
and clip
parameters are set to valid AI models. Ensure that these models are compatible with LoRA and are correctly loaded into your workflow.© Copyright 2024 RunComfy. All Rights Reserved.