Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts wavelength value from sinusoidal curve for AI art projects, enhancing precision and control.
The KfSinusoidalGetWavelength
node is designed to extract the wavelength value from a given sinusoidal curve. This node is particularly useful when you need to retrieve and utilize the wavelength parameter of a sinusoidal curve in your AI art projects. By providing a straightforward method to access this specific attribute, the node allows you to make informed adjustments and refinements to your sinusoidal curves, enhancing the precision and control over your artistic creations.
The curve
parameter expects a sinusoidal curve object (SINUSOIDAL_CURVE
). This input is mandatory and must be provided for the node to function. The curve contains the sinusoidal data from which the wavelength will be extracted. Ensure that the curve you input is correctly formatted and represents a valid sinusoidal curve to avoid errors.
The output of this node is a single floating-point number (FLOAT
) representing the wavelength of the provided sinusoidal curve. This value is crucial for understanding the periodicity of the curve and can be used in further calculations or adjustments within your project.
© Copyright 2024 RunComfy. All Rights Reserved.