Skip to main content
The WAN Context Windows (Manual) node is specifically designed for WAN models. It automatically adjusts parameters to allow WAN models to better handle long content. How it works: Like using multiple segmented samples to generate different segments of a video, and finally synthesizing a complete video**
  • Each window looks at a part (window processing)
  • Windows overlap to ensure coherence (overlap areas)
  • Finally, all parts are spliced into a complete image (result fusion)

Input Parameters

Parameter NameFunctionSimple Explanation
modelWAN Model InputThe WAN model you want to process
context_lengthWindow SizeLength of each small window, WAN will automatically adjust to multiples of 4. The larger the range the more memory it occupies
context_overlapOverlap SizeOverlapping part between windows, more overlap means smoother effect but slower processing
context_scheduleProcessing MethodChoose how windows move, four modes available
context_strideMovement StepHow much the window moves each time, only useful in uniform mode
closed_loopLoop ModeWhether to connect the last window back to the first, only useful in loop mode
fuse_methodMerge MethodChoose how overlapping parts merge, affects final effect
dimProcessing DimensionFixed at 2, specifically optimized for WAN models

Scheduling Strategy Selection

Scheduling StrategyWorking Method
STATIC_STANDARDWindow positions are fixed
UNIFORM_STANDARDWindows move uniformly
UNIFORM_LOOPEDWindows move in a loop
BATCHEDMultiple windows processed simultaneously

Merge Methods

Merge MethodWeight Distribution MethodCharacteristics
PYRAMIDMiddle part most important, decreasing toward edgesMost natural effect, recommended
RELATIVEIntelligent weight adjustmentAutomatically adjusts based on position, natural effect
FLATAverage weight distributionSimple and direct, suitable for uniform content
OVERLAP_LINEARLinear gradientSmoother transition

Output Results

Parameter NameData TypeDescription
modelMODELProcessed WAN model, can be directly connected to sampler for use

WAN Parameter Automatic Adjustment

Typical Usage

Usage Steps:
  1. Load WAN model
  2. Connect to WAN Context Windows Manual node
  3. Connect to sampler to generate results
I