Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates loading and stacking multiple LoRA models for nuanced artistic effects in AI art.
The AV_LoraListStacker
node is designed to facilitate the loading and stacking of multiple LoRA (Low-Rank Adaptation) models in a sequential manner. This node is particularly useful for AI artists who want to apply multiple LoRA models to their base model and CLIP (Contrastive Language-Image Pre-Training) model, enhancing the creative possibilities and fine-tuning the output. By parsing a list of LoRA models, this node ensures that each model is loaded with specified strengths for both the model and the CLIP, allowing for a nuanced and layered application of LoRA effects. This node simplifies the process of managing multiple LoRA models, making it easier to experiment with different combinations and strengths to achieve the desired artistic results.
This parameter represents the base model to which the LoRA models will be applied. It is essential for the node's operation as it serves as the foundation upon which the LoRA models will be stacked.
This parameter represents the CLIP model that will be used in conjunction with the base model. The CLIP model helps in understanding and processing the textual descriptions, enhancing the overall output when combined with the base model and LoRA models.
This parameter is a string that contains a list of LoRA models in JSON format. Each LoRA model in the list includes its name, strength for the model, and strength for the CLIP. The default value is an empty string, and it supports multiline input. This parameter is crucial as it dictates which LoRA models will be loaded and their respective strengths.
This optional parameter is a string that specifies the base URL for downloading LoRA models if they are not available locally. The default value is lora_cloud_front_url
. This parameter is useful for ensuring that all required LoRA models are accessible, even if they need to be fetched from an external source.
This output parameter represents the base model after all specified LoRA models have been applied. It reflects the cumulative effect of the stacked LoRA models, providing a modified version of the original base model.
This output parameter represents the CLIP model after all specified LoRA models have been applied. Similar to the base model, it reflects the cumulative effect of the stacked LoRA models on the CLIP model, enhancing its ability to process and understand textual descriptions.
data
parameter is correctly formatted in JSON and includes all necessary LoRA models with their respective strengths.base_url
parameter to specify a reliable source for downloading LoRA models that are not available locally, ensuring that all required models are accessible.<data>
data
parameter.data
parameter is correctly formatted in JSON and includes valid LoRA model names and strengths.<lora_override>
. Use <lora_name>
instead.lora_override
parameter is set to a valid LoRA model name available in the local directory or ensure that the base_url
is correctly set to download the required model.preprocessor
parameter is set to a valid value when using Auto mode for the control_net_name
parameter.© Copyright 2024 RunComfy. All Rights Reserved.