Nodes/ComfyUI Batch BBox Detector/Multiline String Repeater
ComfyUI Node

Multiline String Repeater

Repeats lines in a multiline string. Choose 'Line by Line' to repeat each line individually, or 'Block' to repeat the entire text as a group.

By rslosh·Created 10 months ago·Updated 5 months ago· 1
Multiline String Repeater
    • multiline_text
    multiline_text
    repeat_each_line1
    repeat_typeLine by Line
    Categorynodesweet-hellorob

    Inputs (3)

    NameTypeDefaultDescription
    multiline_textSTRINGThe input text where each line will be repeated
    repeat_each_lineINT11–100Number of times to repeat
    repeat_typeCOMBOLine by LineLine by Line: repeat each line individually (hello\nhello\nworld\nworld). Block: repeat all lines as a group (hello\nworld\nhello\nworld)

    Outputs (1)

    NameTypeDescription
    multiline_textSTRING