Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently repeat and loop through text lines for generating repetitive patterns with ComfyUI Node CR Text Cycler.
The CR Text Cycler node is designed to help you efficiently repeat and loop through lines of text, making it a powerful tool for generating repetitive text patterns. This node takes a block of text, splits it into individual lines, and then cycles through these lines a specified number of times. It is particularly useful for tasks that require repeated text sequences, such as creating animation scripts, generating repetitive prompts, or any other scenario where you need to automate the repetition of text. By configuring the number of repeats and loops, you can control the exact output pattern, ensuring flexibility and precision in your text generation tasks.
This parameter accepts a block of text that you want to cycle through. The text can be multiline, allowing you to input multiple lines separated by newline characters. Each line will be treated as a separate item to be cycled. The default value is an empty string.
This parameter specifies the number of times each line of text should be repeated consecutively. For example, if you set this to 3, each line in the input text will be repeated three times before moving to the next line. The default value is 1, with a minimum of 1 and a maximum of 99999.
This parameter determines how many times the entire block of text should be cycled through. For instance, if you set this to 2, the entire text block will be processed twice in sequence. The default value is 1, with a minimum of 1 and a maximum of 99999.
This output is a list of strings that contains the cycled text. Each line from the input text is repeated and looped according to the specified parameters, resulting in a comprehensive list of repeated text lines.
This output provides a URL to the help documentation for the CR Text Cycler node. It is a useful resource if you need further guidance or examples on how to use the node effectively.
© Copyright 2024 RunComfy. All Rights Reserved.