ComfyUI Node

XSeed

Generate non-negative seed value with native seed control, then apply max-digit truncation and optional zero padding

By Xz3r0-M·Created 7 months ago·Updated 22 days ago· 11
XSeed
    • seed_int
    • xdata_seed
    digits20
    pad_to_limitfalse
    seed_value1
    Category♾️ Xz3r0/Workflow-Processing

    Inputs (3)

    NameTypeDefaultDescription
    digitsINT201–20Max digit limit for output seed (1 to 20 digits)
    pad_to_limitBOOLEANfalsePad trailing zeros to reach the digit limit when seed length is below the limit. Since random seeds in the 64-bit range are usually high-digit values, this option is rarely triggered in practice.
    seed_valueINT10–18446744073709550000Base non-negative seed value. Control-after-generate is enabled.

    Outputs (2)

    NameTypeDescription
    seed_intINTFinal normalized non-negative seed integer
    xdata_seedxdata_seedxdata_seed payload for downstream data saving