1. 18 Sep, 2025 2 commits
  2. 16 Sep, 2025 2 commits
  3. 15 Sep, 2025 1 commit
  4. 04 Sep, 2025 1 commit
  5. 27 Aug, 2025 1 commit
    • sandy's avatar
      Audio/r2v 5b deb (#251) · d91e8d68
      sandy authored
      
      
      * [Feat] audio driven for wan2.2-r2v-5b
      
      * refactor: reduce vae args dim &&  timestep init
      
      * update audio pre_infer
      
      * update runner
      
      * update scripts
      
      * [Fix] move ref timestep padding to Scheduler
      
      * fix wan i2v
      
      ---------
      Co-authored-by: default avatarhelloyongyang <yongyang1030@163.com>
      d91e8d68
  6. 26 Aug, 2025 1 commit
  7. 14 Aug, 2025 1 commit
  8. 11 Aug, 2025 4 commits
  9. 09 Aug, 2025 1 commit
  10. 08 Aug, 2025 3 commits
  11. 07 Aug, 2025 2 commits
  12. 06 Aug, 2025 3 commits
  13. 05 Aug, 2025 5 commits
  14. 03 Aug, 2025 1 commit
  15. 31 Jul, 2025 1 commit
  16. 30 Jul, 2025 1 commit
  17. 29 Jul, 2025 1 commit
  18. 28 Jul, 2025 1 commit
  19. 26 Jul, 2025 1 commit
  20. 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
  21. 16 Jul, 2025 1 commit
  22. 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
  23. 12 Jul, 2025 1 commit
  24. 11 Jul, 2025 1 commit
  25. 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