Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates regional noise manipulation based on color mask for precise AI image effects.
The RegionalSeedExplorerColorMask __Inspire node is designed to facilitate the exploration and manipulation of noise patterns in specific regions of an image based on a color mask. This node allows you to apply variations to the noise in designated areas, enabling more precise control over the artistic effects in your AI-generated images. By leveraging a color mask, you can target specific regions for noise adjustments, which can be particularly useful for enhancing details or creating unique visual effects. The node supports additional seed variations and different noise modes, making it a versatile tool for AI artists looking to experiment with regional noise manipulation.
The color_mask
parameter is an image input that defines the regions of the image where noise variations will be applied. The color values in this mask are used to identify specific areas for noise manipulation.
The mask_color
parameter is a string that specifies the color in the color_mask
to be used for creating the mask. This color should be in hexadecimal format (e.g., #FFFFFF
). The default value is #FFFFFF
.
The noise
parameter is an image input representing the noise pattern that will be manipulated based on the mask. This noise is adjusted according to the specified seed variations and mask.
The seed_prompt
parameter is a string that contains the seed values and strengths for noise variation. These values are separated by commas and can include additional seed variations if enabled.
The enable_additional
parameter is a boolean that determines whether additional seed variations should be applied. The default value is False
.
The additional_seed
parameter is a string that specifies an additional seed value to be used if enable_additional
is set to True
.
The additional_strength
parameter is a float that defines the strength of the additional seed variation. The default value is 0.0
, with a minimum of 0.0
and a maximum of 1.0
.
The noise_mode
parameter is a string that specifies the device to be used for noise processing. Options include CPU
and GPU
.
The variation_method
parameter is a string that defines the method for applying noise variations. The default value is linear
.
The noise
output is the modified noise pattern after applying the specified seed variations and mask. This output can be used in further processing or directly in your AI-generated images to achieve the desired artistic effects.
The original_mask
output is the mask created from the color_mask
and mask_color
parameters. This mask indicates the regions where noise variations were applied and can be used for reference or further adjustments.
mask_color
values to target various regions in your image for noise manipulation.enable_additional
parameter to introduce more complex noise variations by specifying additional seeds and strengths.variation_method
to explore different ways of applying noise variations, such as linear
or other methods available.mask_color
parameter is not provided in a valid hexadecimal format.mask_color
is specified in the correct format, such as #FFFFFF
.seed_prompt
and color_mask
. Ensure that the seed_prompt
is properly formatted and that the color_mask
is a valid image.© Copyright 2024 RunComfy. All Rights Reserved.