Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art with B-LoRA model integration for refined, customized outputs.
The LoadBLoRA
node is designed to load and apply B-LoRA (Bidirectional Low-Rank Adaptation) models to your existing Stable Diffusion XL models. This node allows you to enhance your AI art generation by incorporating specific style and content modifications from pre-trained LoRA models. By selectively loading style and content components, you can fine-tune the influence of the LoRA model on your base model, providing greater control over the artistic output. The primary goal of this node is to facilitate the seamless integration of LoRA models, ensuring that you can leverage their capabilities to produce more refined and customized AI-generated art.
This parameter represents the base model to which the B-LoRA will be applied. It must be a Stable Diffusion XL
model, as B-LoRA is currently only compatible with this type. The model serves as the foundation upon which the LoRA modifications will be layered.
This parameter specifies the name of the LoRA model to be loaded. It is selected from a list of available LoRA models in the designated folder. The chosen LoRA model contains the style and content adjustments that will be applied to the base model.
This boolean parameter determines whether the style components of the LoRA model should be loaded. If set to True
, the style adjustments from the LoRA model will be applied to the base model. The default value is True
.
This boolean parameter determines whether the content components of the LoRA model should be loaded. If set to False
, the content adjustments from the LoRA model will not be applied to the base model. The default value is False
.
This float parameter controls the strength of the LoRA model's influence on the base model. It ranges from -100.0 to 100.0, with a default value of 1.0. Adjusting this parameter allows you to fine-tune the degree to which the LoRA model affects the base model, enabling subtle or pronounced modifications.
The output is the modified base model with the applied LoRA adjustments. This model incorporates the selected style and content modifications from the LoRA model, influenced by the specified strength parameter. The resulting model can be used for generating AI art with the enhanced characteristics provided by the LoRA model.
load_style
and load_content
parameters.strength
parameter incrementally to observe the impact on the base model and find the optimal level of influence for your specific artistic needs.Stable Diffusion XL
model, as B-LoRA is not compatible with other model types.Stable Diffusion XL
as its base model."Stable Diffusion XL
model.Stable Diffusion XL
model as the base model for applying the B-LoRA.strength
parameter is set to 0, the LoRA model will not influence the base model.strength
parameter to a non-zero value to apply the LoRA model's modifications to the base model.© Copyright 2024 RunComfy. All Rights Reserved.