1. 11 Aug, 2025 3 commits
  2. 09 Aug, 2025 1 commit
  3. 08 Aug, 2025 3 commits
  4. 07 Aug, 2025 2 commits
  5. 06 Aug, 2025 3 commits
  6. 05 Aug, 2025 5 commits
  7. 03 Aug, 2025 1 commit
  8. 31 Jul, 2025 1 commit
  9. 30 Jul, 2025 1 commit
  10. 29 Jul, 2025 1 commit
  11. 28 Jul, 2025 1 commit
  12. 26 Jul, 2025 1 commit
  13. 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
  14. 16 Jul, 2025 1 commit
  15. 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
  16. 12 Jul, 2025 1 commit
  17. 11 Jul, 2025 1 commit
  18. 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
  19. 08 Jul, 2025 1 commit
  20. 16 Jun, 2025 1 commit
  21. 11 Jun, 2025 1 commit
  22. 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
  23. 27 May, 2025 1 commit
  24. 23 May, 2025 2 commits
  25. 22 May, 2025 2 commits
  26. 14 May, 2025 1 commit