Nodes/ComfyUI-BerniniR Wrapper/Bernini-R Context Window
ComfyUI Node

Bernini-R Context Window

Temporal context windows for long video generation. Configures how the sampler splits video frames into overlapping windows for memory-efficient processing. Mirrors WanVideoWrapper's WanVideoContextOptions.

By xiaolibai-sys·Created about a month ago·Updated 28 days ago· 8
Bernini-R Context Window
    • context_options
    context_schedulestatic_standard
    context_frames81
    context_stride4
    context_overlap16
    freenoisetrue
    fuse_methodsmooth
    rope_ntk_scale1.00
    CategoryBernini-R/Sampling

    Inputs (7)

    NameTypeDefaultDescription
    context_scheduleCOMBOstatic_standardWindow scheduling: 'static_standard' = simple sliding (fastest), 'uniform_standard' = multi-stride (best quality), 'uniform_looped' = cyclic for seamless looping
    context_framesINT812–1000Pixel frames per window. 81 ≈ 20 latent frames. Smaller = less VRAM, more windows
    context_strideINT41–100Stride levels in log2 scale. Higher = more window positions (uniform_* only)
    context_overlapINT160–100Overlap between windows in pixel frames. Smooths transitions. 12-16 typical
    freenoiseBOOLEANtrueShuffle noise across windows to reduce seam artifacts
    fuse_methodoptCOMBOsmoothBlending: 'smooth' (default) = smoothstep crossfade (softest seams), 'linear' = crossfade at edges, 'pyramid' = triangle weights peaking at center
    rope_ntk_scaleoptFLOAT1.001–8NTK RoPE frequency scaling for sequences longer than training. 1.0 = off. 2.0 = moderate (2x training length), 3.0+ = aggressive. Scales rope_embedder.theta to prevent positional collapse.

    Outputs (1)

    NameTypeDescription
    context_optionsBERNINI_CTX