Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance conditioning process with masks for precise AI art generation control.
The ADE_PairedConditioningSetMask node is designed to enhance the conditioning process in AI art generation by allowing you to apply and manipulate conditioning masks on paired conditioning inputs. This node is particularly useful for scenarios where you need to fine-tune the influence of conditioning data on the generated output, providing greater control over the artistic elements. By leveraging this node, you can adjust the strength of the conditioning, specify the area where the conditioning should be applied, and optionally incorporate additional elements like masks, LoRA hooks, and timesteps. This flexibility makes it a powerful tool for achieving more precise and desired artistic effects in your AI-generated artwork.
This parameter represents the positive conditioning input that you want to enhance or modify. It is a required parameter and should be of the type CONDITIONING
.
This parameter represents the negative conditioning input that you want to enhance or modify. It is a required parameter and should be of the type CONDITIONING
.
This parameter controls the intensity of the conditioning effect. It is a required parameter with a default value of 1.0, a minimum value of 0.0, and a maximum value of 10.0. The strength parameter allows you to fine-tune how strongly the conditioning influences the generated output.
This parameter specifies the area where the conditioning should be applied. It is a required parameter and should be one of the options defined in COND_CONST._LIST_COND_AREA
. This allows you to target specific regions of the output for conditioning, providing more control over the artistic elements.
This optional parameter allows you to provide a mask that can be used to further refine the conditioning application. It should be of the type MASK
. If provided, the mask will be applied to the conditioning, allowing for more precise control over the areas affected by the conditioning.
This optional parameter allows you to incorporate a LoRA hook into the conditioning process. It should be of the type LORA_HOOK
. The LoRA hook can be used to apply additional transformations or adjustments to the conditioning, providing more flexibility and control.
This optional parameter allows you to specify timesteps for the conditioning process. It should be of the type TIMESTEPS_COND
. By providing timesteps, you can control the temporal aspects of the conditioning, which can be useful for generating animations or other time-dependent effects.
This output parameter represents the modified positive conditioning after applying the specified mask, strength, and other optional elements. It is of the type CONDITIONING
. The positive output is the enhanced version of the input positive conditioning, reflecting the adjustments made by the node.
This output parameter represents the modified negative conditioning after applying the specified mask, strength, and other optional elements. It is of the type CONDITIONING
. The negative output is the enhanced version of the input negative conditioning, reflecting the adjustments made by the node.
opt_mask
parameter to target specific areas of your output, allowing for more precise control over the conditioning application.set_cond_area
options to see how they affect the conditioning and find the best setting for your artistic goals.CONDITIONING
.positive_ADD
and negative_ADD
parameters are of the correct type CONDITIONING
.set_cond_area
parameter.set_cond_area
parameter is set to one of the valid options defined in COND_CONST._LIST_COND_AREA
.unsqueeze
method to adjust its shape.© Copyright 2024 RunComfy. All Rights Reserved.