Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art with multiple LoRA models for style adjustments and denoising in generated images.
GridLoras is a specialized node designed to enhance the flexibility and creativity of AI artists by allowing them to apply multiple LoRA (Low-Rank Adaptation) models to diffusion and CLIP models. This node is particularly useful for those looking to experiment with different styles or modifications in their AI-generated art. By providing the capability to select from a list of LoRA models and adjust their influence on the base models, GridLoras empowers users to fine-tune the artistic output to their liking. The node's primary function is to load and apply the selected LoRA models with specified strengths, enabling nuanced control over the denoising process and stylistic adjustments in the generated images.
The index
parameter is an integer that determines which LoRA model from the provided list will be applied. It allows you to select a specific LoRA model by its position in the list, with a default value of 1. The minimum value is 1, ensuring that a valid selection is always made.
The model
parameter represents the diffusion model to which the LoRA will be applied. This is a required input and serves as the base model that will be modified by the selected LoRA.
The clip
parameter is the CLIP model that will be influenced by the LoRA. Like the model
parameter, it is essential for the node's operation, as it defines the text-image relationship that the LoRA will modify.
These parameters allow you to specify up to six different LoRA models that can be applied to the diffusion and CLIP models. Each parameter accepts a list of available LoRA model names, with "None" as an option if no modification is desired. This flexibility enables you to experiment with various combinations and effects.
The strength_model
parameter is a float that determines the intensity of the LoRA's effect on the diffusion model. It ranges from -20.0 to 20.0, with a default value of 1.0. This parameter allows you to control how strongly the LoRA influences the model, with negative values potentially reversing the effect.
Similar to strength_model
, the strength_clip
parameter is a float that specifies the strength of the LoRA's impact on the CLIP model. It also ranges from -20.0 to 20.0, with a default value of 1.0, providing control over the stylistic adjustments applied to the CLIP model.
The current model
output is the modified diffusion model after applying the selected LoRA. This output reflects the stylistic and denoising changes made by the LoRA, allowing you to see the direct impact of your adjustments.
The current clip
output is the modified CLIP model, which has been influenced by the selected LoRA. This output is crucial for understanding how the text-image relationship has been altered by the LoRA application.
The lora name list
output provides a list of the LoRA model names that were considered during the node's execution. This list helps you keep track of which models were available and potentially applied, aiding in the reproducibility of results.
index
parameter to quickly switch between different LoRA models and compare their impacts on the final output, allowing for efficient exploration of creative possibilities.index
parameter exceeds the number of available LoRA models in the list.index
value is within the range of the provided LoRA model list, starting from 1.strength_model
or strength_clip
values are set outside the allowed range.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.