Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile node for cycling numerical values, aiding AI artists in generating sequences for creative applications efficiently.
The CR Value Cycler is a versatile node designed to process and cycle through a list of numerical values provided as input. This node is particularly useful for AI artists who need to generate sequences of numbers for various creative applications, such as animation frames, procedural generation, or iterative design processes. By allowing you to specify the number of repeats and loops, the CR Value Cycler can efficiently produce a series of floating-point and integer values based on the input string. This functionality helps streamline workflows by automating the generation of numerical sequences, saving time and reducing manual effort.
This parameter accepts a multiline string where each line represents a numerical value. The values can be either integers or floating-point numbers. The node will parse these values and use them to generate the output sequences. The default value is an empty string, and you can input as many lines as needed.
This integer parameter specifies how many times each value in the input string should be repeated in the output sequence. The default value is 1, with a minimum of 1 and a maximum of 99999. Increasing the number of repeats will result in longer sequences where each input value appears multiple times consecutively.
This integer parameter determines how many times the entire sequence of repeated values should be cycled through. The default value is 1, with a minimum of 1 and a maximum of 99999. Setting a higher number of loops will further extend the output sequence by repeating the entire set of values multiple times.
This output is a list of floating-point numbers generated from the input values. Each value in the input string is parsed as a float and repeated and looped according to the specified parameters. This output is useful for applications requiring precise numerical data.
This output is a list of integers generated from the input values. Each value in the input string is first parsed as a float and then converted to an integer. The values are repeated and looped as specified. This output is ideal for scenarios where integer data is needed.
This output provides a URL to the help documentation for the CR Value Cycler node. It is a string containing the link to the relevant wiki page, which offers additional information and usage examples.
values
parameter, set repeats
to the number of frames each value should last, and adjust loops
to cycle through the sequence as needed.values
parameter to define a range of values and configure repeats
and loops
to generate a comprehensive set of data points.values
parameter contains only valid numerical values, either integers or floating-point numbers.repeats
or loops
parameter is set to a value outside the allowed range (1 to 99999).repeats
and loops
parameters to be within the specified range to ensure proper execution.values
parameter is left empty, resulting in no values to process.values
parameter to generate output sequences.© Copyright 2024 RunComfy. All Rights Reserved.