1. 10 Jul, 2025 19 commits
  2. 09 Jul, 2025 14 commits
    • helloyongyang's avatar
      update docs · 8abfb2c6
      helloyongyang authored
      8abfb2c6
    • helloyongyang's avatar
      update docs · 55f4b512
      helloyongyang authored
      55f4b512
    • helloyongyang's avatar
      update readme · abf36593
      helloyongyang authored
      abf36593
    • helloyongyang's avatar
      fix ci · 231e8300
      helloyongyang authored
      231e8300
    • helloyongyang's avatar
      update docs · 62f4464d
      helloyongyang authored
      62f4464d
    • gushiqiao's avatar
      Merge pull request #98 from ModelTC/dev_gradio · 1a798103
      gushiqiao authored
      Update gradio
      1a798103
    • gushiqiao's avatar
      Update gradio · 0d69e3cf
      gushiqiao authored
      0d69e3cf
    • wangshankun's avatar
      Lora format convert · 8bf5c2e1
      wangshankun authored
      8bf5c2e1
    • 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
    • Xtra's avatar
      add mxfp8 quant kernel and some tests (#97) · 1e422663
      Xtra authored
      
      
      * add mxfp8 quant kernel and some tests
      
      * Update .gitignore
      
      ---------
      Co-authored-by: default avatarYang Yong(雍洋) <yongyang1030@163.com>
      1e422663
    • gushiqiao's avatar
      Merge pull request #96 from ModelTC/dev_gsq · 48b57707
      gushiqiao authored
      Fix config bugs
      48b57707
    • gushiqiao's avatar
      Fix config bugs · 4626613f
      gushiqiao authored
      4626613f
    • gushiqiao's avatar
      Merge pull request #95 from ModelTC/dev_FIX · 8ae9e71d
      gushiqiao authored
      Fix bugs
      8ae9e71d
    • gushiqiao's avatar
      Fix bugs · 01036b01
      gushiqiao authored
      01036b01
  3. 08 Jul, 2025 5 commits
  4. 04 Jul, 2025 2 commits