Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamlined Perlin noise generator for creating 2D/3D patterns with simplified controls for natural textures and gradients.
The OCSNoise PerlinSimple node is a streamlined Perlin noise generator designed to create 2D or 3D Perlin noise patterns with ease. This node is ideal for users who need to generate noise textures without delving into complex parameter tuning. It provides a simplified interface while still offering essential controls to produce high-quality noise suitable for various artistic applications. The PerlinSimple node is perfect for generating natural-looking textures, gradients, and other effects that require smooth, continuous noise. By focusing on the most impactful parameters, it ensures that you can achieve the desired results quickly and efficiently.
The factor
parameter controls the overall intensity or amplitude of the noise. Adjusting this value will scale the noise pattern, making it more or less pronounced. This parameter is crucial for fine-tuning the visual impact of the noise in your artwork. The default value is typically set to 1.0, but you can increase or decrease it based on your needs.
The rescale
parameter determines whether the noise values should be rescaled to fit within a specific range. This can be useful for normalizing the noise output, ensuring that it stays within a predictable range. The default setting is usually True
, but you can disable it if you prefer the raw noise values.
The depth
parameter specifies the dimensionality of the noise, allowing you to choose between 2D and 3D noise generation. A depth of 2 generates 2D noise, while a depth of 3 generates 3D noise. This parameter is essential for defining the spatial characteristics of the noise pattern.
The detail_level
parameter controls the level of detail in the noise pattern. Higher values result in more intricate and fine-grained noise, while lower values produce smoother and more general patterns. This parameter is important for achieving the desired texture complexity in your artwork.
The octaves
parameter defines the number of layers of noise that are combined to create the final pattern. More octaves result in more complex and detailed noise, as each additional octave adds finer details. The default value is typically around 4, but you can adjust it to achieve the desired level of complexity.
The persistence
parameter affects the amplitude of each successive octave. Lower values result in a smoother noise pattern, while higher values create more contrast and detail. This parameter is key for controlling the balance between smoothness and detail in the noise.
The break_pattern
parameter introduces irregularities into the noise pattern, breaking up the regularity of the noise. This can be useful for creating more natural and less repetitive textures. The default setting is usually False
, but you can enable it to add more variation to the noise.
The lacunarity
parameter controls the frequency of each successive octave. Higher values increase the frequency, resulting in more rapid changes in the noise pattern. This parameter is important for defining the scale and distribution of details in the noise.
The res
parameter specifies the resolution of the noise pattern. Higher resolution values produce finer and more detailed noise, while lower values result in coarser patterns. This parameter is crucial for determining the overall appearance and quality of the noise.
The noise
output parameter provides the generated Perlin noise pattern. This output is a multi-dimensional array representing the noise values, which can be used directly in your artwork or further processed to achieve specific effects. The noise output is essential for creating textures, gradients, and other visual elements that require smooth, continuous noise.
octaves
and persistence
parameters to achieve the right balance between smoothness and detail in your noise patterns.rescale
parameter to normalize the noise values, ensuring they fit within a predictable range for consistent results.lacunarity
and res
parameters to control the scale and resolution of the noise, tailoring it to your specific artistic needs.depth
parameter must be set to either 2 or 3 to generate 2D or 3D noise, respectively.depth
parameter is set to a valid value (2 or 3).© Copyright 2024 RunComfy. All Rights Reserved.