1. 12 Sep, 2025 1 commit
    • Yang Yong(雍洋)'s avatar
      refactor seko model adapter (#298) · d7c99b0c
      Yang Yong(雍洋) authored
      
      
      ## Contributing Guidelines
      
      We have prepared a `pre-commit` hook to enforce consistent code
      formatting across the project. If your code complies with the standards,
      you should not see any errors, you can clean up your code following the
      steps below:
      
      1. Install the required dependencies:
      
      ```shell
          pip install ruff pre-commit
      ```
      
      2. Then, run the following command before commit:
      
      ```shell
          pre-commit run --all-files
      ```
      
      3. Finally, please double-check your code to ensure it complies with the
      following additional specifications as much as possible:
      - Avoid hard-coding local paths: Make sure your submissions do not
      include hard-coded local paths, as these paths are specific to
      individual development environments and can cause compatibility issues.
      Use relative paths or configuration files instead.
      - Clear error handling: Implement clear error-handling mechanisms in
      your code so that error messages can accurately indicate the location of
      the problem, possible causes, and suggested solutions, facilitating
      quick debugging.
      - Detailed comments and documentation: Add comments to complex code
      sections and provide comprehensive documentation to explain the
      functionality of the code, input-output requirements, and potential
      error scenarios.
      
      Thank you for your contributions!
      
      ---------
      Co-authored-by: default avatargushiqiao <975033167@qq.com>
      d7c99b0c
  2. 02 Sep, 2025 1 commit
  3. 27 Aug, 2025 1 commit
  4. 21 Aug, 2025 1 commit
  5. 20 Aug, 2025 1 commit
  6. 19 Aug, 2025 1 commit
    • Musisoul's avatar
      Support Magcache (#219) · 236df981
      Musisoul authored
      * Add magcache
      
      * fix
      
      * lint
      
      * fix
      
      * update script
      
      * Support cfg infer
      
      * support cfg parallel
      
      * update cfgsp/t2v config
      
      * support magcache calibration
      
      * calibration
      236df981
  7. 18 Aug, 2025 1 commit
  8. 15 Aug, 2025 2 commits
  9. 14 Aug, 2025 7 commits
  10. 11 Aug, 2025 2 commits
  11. 09 Aug, 2025 1 commit
  12. 08 Aug, 2025 2 commits
  13. 07 Aug, 2025 1 commit
  14. 06 Aug, 2025 4 commits
  15. 05 Aug, 2025 2 commits
  16. 03 Aug, 2025 1 commit
  17. 01 Aug, 2025 1 commit
  18. 31 Jul, 2025 2 commits
  19. 29 Jul, 2025 1 commit
  20. 28 Jul, 2025 4 commits
  21. 27 Jul, 2025 1 commit
    • Rongjin Yang's avatar
      04 cache dit (#165) · 20525490
      Rongjin Yang authored
      * has read BaseRunner -> DefaultRunner -> WanRunner's init
      
      * FirstBlock
      
      * FirstBlock
      
      * FirstBlock
      
      * FirstBlock
      
      * FirstBlock
      
      * FirstBlock
      
      * FirstBlock
      
      * DualBlock
      
      * DynamicBlock
      
      * DynamicBlock
      
      * DynamicBlock
      
      * DynamicBlock
      
      * DynamicBlock
      
      * DualBlock Downsample Factor
      
      * DualBlock Downsample Factor
      
      * Downsample
      
      * Downsample
      20525490
  22. 26 Jul, 2025 1 commit
  23. 22 Jul, 2025 1 commit