Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline loading and managing LoRA models for AI art projects, stack models for image control and effects.
The easy loraStack node is designed to streamline the process of loading and managing multiple LoRA (Low-Rank Adaptation) models in your AI art projects. This node allows you to stack multiple LoRA models, enabling you to fine-tune and control various aspects of your AI-generated images. By providing a user-friendly interface, it simplifies the complex task of adjusting model strengths and clip strengths, making it accessible even to those without a deep technical background. The main goal of this node is to enhance your creative workflow by offering a flexible and efficient way to incorporate multiple LoRA models, thereby expanding the range of artistic effects and styles you can achieve.
This parameter is a boolean switch that enables or disables the stacking of LoRA models. When set to "enabled," the node will process the LoRA models as specified; when set to "disabled," it will ignore them. This is useful for quickly toggling the effect of the LoRA stack without removing the configurations. The default value is "disabled."
This parameter allows you to choose between "simple" and "advanced" modes. In "simple" mode, you can set a single strength value for each LoRA model, which will be applied uniformly. In "advanced" mode, you can specify separate strengths for the model and the clip, giving you finer control over the adjustments. The available options are "simple" and "advanced."
This integer parameter specifies the number of LoRA models you wish to stack. It determines how many LoRA configurations will be available for you to set. The maximum value is 10, allowing you to stack up to 10 different LoRA models. The default value is 1.
{i}
_nameThis optional parameter allows you to select the name of the LoRA model from a list of available models. If set to "None," the corresponding LoRA model will not be included in the stack. This parameter is available for each LoRA model you wish to stack, where {i}
ranges from 1 to the value of num_loras.
{i}
_strengthIn "simple" mode, this parameter sets the strength of the LoRA model. It is a floating-point value that determines the intensity of the LoRA effect. The default value is 1.0, with a minimum of -10.0 and a maximum of 10.0, allowing for both amplification and attenuation of the effect.
{i}
_model_strengthIn "advanced" mode, this parameter sets the strength of the model component of the LoRA. It is a floating-point value with a default of 1.0, a minimum of -10.0, and a maximum of 10.0. This allows for precise control over the model's influence on the final output.
{i}
_clip_strengthIn "advanced" mode, this parameter sets the strength of the clip component of the LoRA. Similar to lora_{i}
_model_strength, it is a floating-point value with a default of 1.0, a minimum of -10.0, and a maximum of 10.0. This parameter allows you to fine-tune the clip's contribution to the final image.
The output parameter "lora_stack" is a list of dictionaries, each containing the name, model strength, and clip strength of the LoRA models included in the stack. This output is crucial for downstream nodes that will use these configurations to apply the LoRA effects to your AI-generated images. The lora_stack provides a structured way to manage and apply multiple LoRA models, enhancing the flexibility and creativity of your projects.
{i}
_name parameter to a valid model name.{i}
strength, lora{i}
model_strength, lora{i}
_clip_strength) are within the range of -10.0 to 10.0.© Copyright 2024 RunComfy. All Rights Reserved.