Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates nuanced conditioning input combination with masks for AI art projects.
The ConditioningSetMaskAndCombine3
node is designed to facilitate the combination of multiple conditioning inputs with corresponding masks and strengths, allowing for a more nuanced and controlled application of conditioning in your AI art projects. This node is particularly useful when you need to apply different conditioning effects to various parts of your input data, using masks to define the areas of influence. By combining up to three sets of conditioning inputs and masks, this node provides a flexible and powerful way to enhance your creative outputs, ensuring that each area of your artwork receives the appropriate conditioning effect based on the specified masks and strengths.
This parameter represents the first set of positive conditioning inputs. These inputs will be combined with the first mask to apply the conditioning effect to the specified area. The strength of this conditioning is controlled by mask_1_strength
.
This parameter represents the first set of negative conditioning inputs. These inputs will be combined with the first mask to apply the conditioning effect to the specified area, but in a negative manner. The strength of this conditioning is controlled by mask_1_strength
.
This parameter represents the second set of positive conditioning inputs. These inputs will be combined with the second mask to apply the conditioning effect to the specified area. The strength of this conditioning is controlled by mask_2_strength
.
This parameter represents the third set of positive conditioning inputs. These inputs will be combined with the third mask to apply the conditioning effect to the specified area. The strength of this conditioning is controlled by mask_3_strength
.
This parameter represents the second set of negative conditioning inputs. These inputs will be combined with the second mask to apply the conditioning effect to the specified area, but in a negative manner. The strength of this conditioning is controlled by mask_2_strength
.
This parameter represents the third set of negative conditioning inputs. These inputs will be combined with the third mask to apply the conditioning effect to the specified area, but in a negative manner. The strength of this conditioning is controlled by mask_3_strength
.
This parameter is the first mask that defines the area where the first set of conditioning inputs (both positive and negative) will be applied. If the mask has less than three dimensions, it will be unsqueezed to ensure compatibility.
This parameter is the second mask that defines the area where the second set of conditioning inputs (both positive and negative) will be applied. If the mask has less than three dimensions, it will be unsqueezed to ensure compatibility.
This parameter is the third mask that defines the area where the third set of conditioning inputs (both positive and negative) will be applied. If the mask has less than three dimensions, it will be unsqueezed to ensure compatibility.
This parameter determines whether the conditioning area should be set to the bounds of the mask. It can take the values "default" or "mask bounds". If set to "mask bounds", the conditioning area will be adjusted to fit the mask.
This parameter controls the strength of the conditioning effect for the first set of conditioning inputs. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 10.0, with a step of 0.01.
This parameter controls the strength of the conditioning effect for the second set of conditioning inputs. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 10.0, with a step of 0.01.
This parameter controls the strength of the conditioning effect for the third set of conditioning inputs. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 10.0, with a step of 0.01.
This output parameter represents the combined positive conditioning results after applying the specified masks and strengths. It is a list of conditioning values that have been adjusted based on the input parameters.
This output parameter represents the combined negative conditioning results after applying the specified masks and strengths. It is a list of conditioning values that have been adjusted based on the input parameters.
set_cond_area
parameter to control whether the conditioning area should match the mask bounds, which can help in precisely targeting specific areas.mask_strength
parameters to fine-tune the intensity of the conditioning effects for each mask, allowing for more subtle or pronounced changes as needed.set_cond_area
parameter.set_cond_area
.© Copyright 2024 RunComfy. All Rights Reserved.