1. 30 Oct, 2025 2 commits
  2. 28 Oct, 2025 1 commit
  3. 22 Oct, 2025 2 commits
  4. 21 Oct, 2025 1 commit
  5. 16 Oct, 2025 1 commit
  6. 15 Oct, 2025 1 commit
  7. 10 Oct, 2025 2 commits
  8. 09 Oct, 2025 1 commit
  9. 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
  10. 28 Aug, 2025 1 commit
  11. 26 Aug, 2025 1 commit
  12. 25 Aug, 2025 1 commit
  13. 05 Aug, 2025 2 commits
  14. 29 Jul, 2025 1 commit
  15. 23 Jul, 2025 1 commit
  16. 22 Jul, 2025 1 commit
    • PengGao's avatar
      Feat vfi (#158) · db4238af
      PengGao authored
      
      
      * feat: add vfi(rife)
      
      * refactor: update video saving functionality and add VAE to ComfyUI image conversion.
      
      * refactor: enhance video saving process and integrate VAE to ComfyUI image conversion
      
      * refactor: reorganize imports and enhance code structure in default_runner and utils modules
      
      * feat: add video frame interpolation support with RIFE model integration
      
      * refactor: streamline code structure and improve readability in IFNet and refine modules
      
      * fix: style
      
      * feat: add script for downloading and installing RIFE model with flownet.pkl extraction
      
      * update
      
      * docs: update README and documentation to include video frame interpolation feature with RIFE model
      
      * fix ci
      
      * docs: enhance video frame interpolation documentation and update configuration usage for RIFE model
      
      ---------
      Co-authored-by: default avatarhelloyongyang <yongyang1030@163.com>
      db4238af
  17. 17 Jul, 2025 1 commit
  18. 11 Jul, 2025 4 commits
  19. 09 Jul, 2025 4 commits
  20. 04 Jul, 2025 1 commit
  21. 03 Jul, 2025 1 commit
  22. 01 Jul, 2025 2 commits
  23. 16 Jun, 2025 2 commits
  24. 11 Jun, 2025 2 commits
  25. 10 Jun, 2025 1 commit
  26. 09 Jun, 2025 2 commits