Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate structured noise patterns along trajectories for AI art with dynamic flow effects, enhancing images creatively.
The CreateFlowNoiseNode is designed to generate noise patterns based on specified trajectories, which can be used to enhance latent images in AI art generation. This node is particularly useful for creating dynamic and flowing noise effects that follow predefined paths, adding a unique and organic touch to your generated images. By leveraging the trajectories, the node ensures that the noise is not random but follows a coherent flow, making it ideal for applications where structured noise is desired. Additionally, the node offers the flexibility to either add the generated noise to an existing latent image or use it independently, providing you with creative control over the final output.
The latent
parameter represents the initial latent image data that the noise will be based on or added to. This input is crucial as it provides the base structure upon which the noise will be generated. The latent image should be in the form of a dictionary containing a key samples
with the latent image tensor. This parameter does not have a default value and must be provided for the node to function.
The trajectories
parameter is a collection of trajectory windows that define the paths along which the noise will flow. Each trajectory window contains directions that guide the noise generation process, ensuring that the noise follows a specific pattern. This parameter is essential for creating structured and flowing noise effects. It must be provided as a dictionary containing trajectory windows with direction data.
The add_noise_to_latent
parameter is a boolean flag that determines whether the generated noise should be added to the existing latent image or used independently. If set to True
, the noise will be added to the latent image's samples
, modifying the original latent image. If set to False
, the noise will be generated and returned separately. The default value for this parameter is False
.
The noise
output parameter contains the generated noise pattern based on the provided trajectories and latent image. If add_noise_to_latent
is set to True
, this output will be the modified latent image with the added noise. Otherwise, it will be a new latent image containing only the generated noise. This output is crucial for further processing or directly using in AI art generation tasks.
trajectories
parameter is well-defined with coherent direction data.add_noise_to_latent
parameter to control whether the noise should be integrated into an existing latent image or used as a standalone noise pattern.latent
input does not contain the key samples
.latent
input is a dictionary with a key samples
containing the latent image tensor.trajectories
input is not provided or is None
.trajectories
input as a dictionary containing trajectory windows with direction data.© Copyright 2024 RunComfy. All Rights Reserved.