Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates loading and blending up to ten LoRA models for AI-generated art with control over strength and normalization.
The MultipleLoraLoader10| MultipleLoraLoader10 🍌 node is designed to facilitate the simultaneous loading and application of up to ten LoRA (Low-Rank Adaptation) models to a given base model. This node is particularly useful for AI artists who want to blend multiple LoRA models to achieve complex and nuanced effects in their AI-generated art. By allowing the user to specify the strength and application of each LoRA model, the node provides a high degree of control over the final output. Additionally, it offers normalization options to ensure that the combined strength of the applied LoRA models is balanced, preventing any single model from overpowering the others. This node is essential for those looking to experiment with and fine-tune multiple LoRA models in a cohesive and efficient manner.
This parameter specifies the base model to which the LoRA models will be applied. It is a required input and serves as the foundation upon which the LoRA modifications are built.
This boolean parameter determines whether the strengths of the applied LoRA models should be normalized. If set to True
, the combined strength of all applied LoRA models will be scaled to match the value specified in normalize_sum
. The default value is False
.
This parameter specifies the target sum for the normalized strengths of the applied 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
.
These parameters allow you to specify the names of up to ten LoRA models to be applied. Each parameter can be set to a LoRA model name or "None" if no model is to be applied in that slot.
These parameters define the strength with which each corresponding LoRA model is applied to the base model. The default value for each is 1.0
, with a minimum of -20.0
and a maximum of 20.0
, adjustable in steps of 0.01
.
These boolean parameters determine whether each corresponding LoRA model should be applied. If set to True
, the LoRA model will be applied with the specified strength. The default value for each is True
.
This optional parameter allows you to specify a CLIP model to be used in conjunction with the base model and LoRA models. If not provided, the node will operate without a CLIP model.
The output model is the base model with the specified LoRA modifications applied. This model reflects the combined effects of all the applied LoRA models, adjusted according to their specified strengths and the normalization settings.
The output CLIP model, if provided as an input, will also have the specified LoRA modifications applied. This allows for consistent modifications across both the base model and the CLIP model.
normalize
parameter and set an appropriate normalize_sum
value.apply
parameters to selectively enable or disable specific LoRA models without having to remove them from the input list.strength_model
values are set to zero or if all apply
parameters are set to False
.strength_model
values and ensure that at least one apply
parameter is set to True
.normalize_sum
.normalize_sum
is set to a positive value and that the combined strength of the applied LoRA models is not zero.© Copyright 2024 RunComfy. All Rights Reserved.