Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Context Windows (Manual) node allows you to manually configure context windows for models during sampling. It creates overlapping context segments with specified length, overlap, and scheduling patterns to process data in manageable chunks while maintaining continuity between segments.

Inputs

Parameter Constraints:
  • context_stride is only used when uniform schedules are selected
  • closed_loop is only applicable to looped schedules
  • dim must be between 0 and 5 inclusive

Outputs