Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates loading multiple LoRA models for enhancing AI-generated art with normalization option for balanced strength.
The MultipleLoraLoader5| MultipleLoraLoader5 🍌 node is designed to facilitate the loading and application of multiple LoRA (Low-Rank Adaptation) models to a primary model and an optional CLIP model. This node allows you to specify up to five different LoRA models, each with its own strength and application settings, providing a flexible and powerful way to enhance your AI-generated art. By enabling the normalization option, you can ensure that the combined strength of the applied LoRA models is balanced, which helps in maintaining the overall quality and consistency of the output. This node is particularly useful for AI artists who want to experiment with various LoRA models to achieve unique and refined results in their artwork.
This parameter specifies the primary model to which the LoRA models will be applied. It is a required input and serves as the base model for the modifications.
This boolean parameter determines whether the strengths of the applied LoRA models should be normalized. If set to true, the combined strength of the LoRA models will be scaled to match the value specified in normalize_sum
. The default value is false.
This float parameter sets the target sum for the normalized strengths of the LoRA models. It is only relevant if normalize
is set to true. The default value is 1.0, with a minimum of -50.0 and a maximum of 50.0, adjustable in steps of 0.01.
This parameter specifies the name of the first LoRA model to be applied. It can be set to "None" or any available LoRA model name from the list.
This float parameter sets the strength of the first LoRA model when applied to the primary model. The default value is 1.0, with a minimum of -20.0 and a maximum of 20.0, adjustable in steps of 0.01.
This boolean parameter determines whether the first LoRA model should be applied. The default value is true.
This parameter specifies the name of the second LoRA model to be applied. It can be set to "None" or any available LoRA model name from the list.
This float parameter sets the strength of the second LoRA model when applied to the primary model. The default value is 1.0, with a minimum of -20.0 and a maximum of 20.0, adjustable in steps of 0.01.
This boolean parameter determines whether the second LoRA model should be applied. The default value is true.
This parameter specifies the name of the third LoRA model to be applied. It can be set to "None" or any available LoRA model name from the list.
This float parameter sets the strength of the third LoRA model when applied to the primary model. The default value is 1.0, with a minimum of -20.0 and a maximum of 20.0, adjustable in steps of 0.01.
This boolean parameter determines whether the third LoRA model should be applied. The default value is true.
This parameter specifies the name of the fourth LoRA model to be applied. It can be set to "None" or any available LoRA model name from the list.
This float parameter sets the strength of the fourth LoRA model when applied to the primary model. The default value is 1.0, with a minimum of -20.0 and a maximum of 20.0, adjustable in steps of 0.01.
This boolean parameter determines whether the fourth LoRA model should be applied. The default value is true.
This parameter specifies the name of the fifth LoRA model to be applied. It can be set to "None" or any available LoRA model name from the list.
This float parameter sets the strength of the fifth LoRA model when applied to the primary model. The default value is 1.0, with a minimum of -20.0 and a maximum of 20.0, adjustable in steps of 0.01.
This boolean parameter determines whether the fifth LoRA model should be applied. The default value is true.
This optional parameter specifies the CLIP model to which the LoRA models will also be applied. If not provided, only the primary model will be modified.
The modified primary model with the applied LoRA models. This output reflects the cumulative effect of all the specified LoRA models and their respective strengths.
The modified CLIP model with the applied LoRA models, if the clip_optional
parameter was provided. This output reflects the cumulative effect of all the specified LoRA models and their respective strengths on the CLIP model.
normalize
parameter and set an appropriate value for normalize_sum
.apply
parameter to false or its lora_name
to "None".lora_name
parameters are set to valid LoRA model names from the list provided.strength_model
parameters are set to zero or all apply
parameters are set to false.strength_model
parameters to non-zero values and ensure that at least one apply
parameter is set to true.normalize_sum
.normalize_sum
parameter to a positive value greater than zero.© Copyright 2024 RunComfy. All Rights Reserved.