Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance conditioning process by applying specified strength mask for targeted conditioning effects.
The ConditioningSetMask
node is designed to enhance the conditioning process in your AI art generation workflow by allowing you to apply a mask with a specified strength to the conditioning data. This node is particularly useful when you want to focus the conditioning effect on specific areas of your input, providing more control over the influence of the conditioning data. By using this node, you can set the area of the conditioning to either the default or the bounds of the mask, and adjust the strength of the mask's influence, enabling more precise and targeted conditioning effects.
This parameter represents the conditioning data that you want to modify. It is a required input and typically contains the information that guides the AI in generating the desired output.
The mask
parameter is used to specify the mask that will be applied to the conditioning data. This mask determines which areas of the conditioning data will be affected. The mask should be provided in a format that the node can interpret, such as a tensor.
The strength
parameter controls the intensity of the mask's influence on the conditioning data. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 10.0. Adjusting this value allows you to fine-tune how strongly the mask affects the conditioning.
This parameter allows you to specify whether the conditioning area should be set to the bounds of the mask or left as the default. It accepts two options: "default" and "mask bounds". Choosing "mask bounds" will restrict the conditioning effect to the area defined by the mask.
The output is the modified conditioning data, which now includes the effects of the applied mask. This output can be used in subsequent nodes to influence the AI's generation process, ensuring that the conditioning effects are applied as intended.
set_cond_area
parameter to "mask bounds".strength
parameter to control how strongly the mask influences the conditioning data. Higher values will increase the mask's impact, while lower values will reduce it.strength
parameter is set to a value outside the allowed range.strength
parameter to a value between 0.0 and 10.0.set_cond_area
parameter is set to an unsupported value.set_cond_area
parameter.© Copyright 2024 RunComfy. All Rights Reserved.