1. 28 Jul, 2025 1 commit
  2. 26 Jul, 2025 1 commit
  3. 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
  4. 16 Jul, 2025 1 commit
  5. 15 Jul, 2025 1 commit
    • PengGao's avatar
      Refactor/async (#116) · 7a35c418
      PengGao authored
      * Add asynchronous processing capabilities with AsyncWrapper and BaseRunner class implementation
      
      * Refactor async I/O functions for consistency and improved readability
      
      * Add progress callback functionality to DefaultRunner and improve logging during execution
      
      * Enhance DefaultRunner's run_pipeline method to include optional video saving functionality
      
      * Remove unnecessary deletion of inputs in DefaultRunner's run_pipeline method to streamline resource management
      7a35c418
  6. 12 Jul, 2025 1 commit
  7. 11 Jul, 2025 1 commit
  8. 09 Jul, 2025 2 commits
    • PengGao's avatar
      Refactor/api (#94) · 398b598a
      PengGao authored
      * fix: correct frequency computation in WanTransformerInfer
      
      * refactor: restructure API server and distributed inference services
      
      - Removed the old api_server_dist.py file and integrated its functionality into a new modular structure.
      - Created a new ApiServer class to handle API routes and services.
      - Introduced DistributedInferenceService and FileService for better separation of concerns.
      - Updated the main entry point to initialize and run the new API server with distributed inference capabilities.
      - Added schema definitions for task requests and responses to improve data handling.
      - Enhanced error handling and logging throughout the services.
      
      * refactor: enhance API structure and file handling in server
      
      - Introduced APIRouter for modular route management in the ApiServer class.
      - Updated task creation and file download endpoints to improve clarity and functionality.
      - Implemented a new method for streaming file responses with proper MIME type handling.
      - Refactored task request schema to auto-generate task IDs and handle optional video save paths.
      - Improved error handling and logging for better debugging and user feedback.
      
      * feat: add configurable parameters for video generation
      
      - Introduced new parameters: infer_steps, target_video_length, and seed to the API and task request schema.
      - Updated DefaultRunner and VideoGenerationService to handle the new parameters for enhanced video generation control.
      - Improved default values for parameters to ensure consistent behavior.
      
      * refactor: enhance profiling context for async support
      
      * refactor: improve signal handling in API server
      
      * feat: enhance video generation capabilities with audio support
      
      * refactor: improve subprocess call for audio-video merging in wan_audio_runner.py
      
      * refactor: enhance API server argument parsing and improve code readability
      
      * refactor: enhance logging and improve code comments for clarity
      
      * refactor: update response model for task listing endpoint to return a dictionary
      
      * docs: update API endpoints and improve documentation clarity
      
      * refactor: update API endpoints in scripts for task management and remove unused code
      
      * fix: pre-commit
      398b598a
    • gushiqiao's avatar
      Fix config bugs · 4626613f
      gushiqiao authored
      4626613f
  9. 08 Jul, 2025 1 commit
  10. 16 Jun, 2025 1 commit
  11. 11 Jun, 2025 1 commit
  12. 30 May, 2025 1 commit
    • Zhuguanyu Wu's avatar
      support split server for dit module (#58) · b7d2d43f
      Zhuguanyu Wu authored
      * split dit server from default runner
      
      * split dit server from default runner
      
      * update loading functions
      
      * simplify loader functions and runner functions
      
      * simplify code && split dit service
      
      * simplify code && split dit service
      
      * support split server for cogvideox
      
      * clear code.
      b7d2d43f
  13. 27 May, 2025 1 commit
  14. 23 May, 2025 2 commits
  15. 22 May, 2025 2 commits
  16. 14 May, 2025 1 commit
  17. 11 May, 2025 1 commit
  18. 09 May, 2025 2 commits
  19. 08 May, 2025 2 commits
  20. 07 May, 2025 1 commit
  21. 30 Apr, 2025 1 commit
    • Zhuguanyu Wu's avatar
      Add prompt enhancer (#29) · d725c154
      Zhuguanyu Wu authored
      * [bugs fixed] fixed bugs for cpu offload.
      
      * [rename] rename causal_model -> causvid_model
      
      * [feature] add prompt enhancer
      
      * [feature] add prompt enhancer
      
      * [rename] rename causal_model -> causvid_model
      d725c154
  22. 29 Apr, 2025 2 commits
  23. 27 Apr, 2025 1 commit
  24. 23 Apr, 2025 2 commits
  25. 22 Apr, 2025 1 commit
  26. 21 Apr, 2025 1 commit
  27. 20 Apr, 2025 3 commits
  28. 08 Apr, 2025 2 commits
    • Dongz's avatar
      add lint feature and minor fix (#7) · a50bcc53
      Dongz authored
      * [minor]: optimize dockerfile for fewer layer
      
      * [feature]: add pre-commit lint, update readme for contribution guidance
      
      * [minor]: fix run shell privileges
      
      * [auto]: first lint without rule F, fix rule E
      
      * [minor]: fix docker file error
      a50bcc53
    • helloyongyang's avatar
      first commit · daf4c74e
      helloyongyang authored
      daf4c74e