Nodes/comfyui-AGSoft/🔢 AGSoft Loop Integer
ComfyUI Node

🔢 AGSoft Loop Integer

Generates an inclusive sequence of integers (end value is included). Генерирует включающую последовательность целых чисел (конечное значение включается).

By Art-xmaster·Created 11 months ago·Updated 22 days ago· 20
🔢 AGSoft Loop Integer
    • INT
    start_at_step0
    end_at_step10
    jump1
    CategoryAGSoft/Utility

    Inputs (3)

    NameTypeDefaultDescription
    start_at_stepINT0-10000–10000Starting number of the sequence. Example: start=0, end=3 → [0, 1, 2, 3] Начальное число последовательности. Пример: start=0, end=3 → [0, 1, 2, 3]
    end_at_stepINT10-10000–10000Ending number — this value IS included. Example: start=5, end=5 → [5] Конечное число — оно ВКЛЮЧАЕТСЯ. Пример: start=5, end=5 → [5]
    jumpINT11–1000Step size between numbers. Must be ≥1. Example: jump=2 → [0, 2, 4, 6] Шаг между числами. Должен быть ≥1. Пример: jump=2 → [0, 2, 4, 6]

    Outputs (1)

    NameTypeDescription
    INTINT