1. 16 Sep, 2025 2 commits
  2. 15 Sep, 2025 6 commits
  3. 04 Sep, 2025 2 commits
  4. 02 Sep, 2025 2 commits
  5. 01 Sep, 2025 2 commits
  6. 29 Aug, 2025 2 commits
  7. 28 Aug, 2025 1 commit
  8. 27 Aug, 2025 2 commits
  9. 26 Aug, 2025 2 commits
  10. 21 Aug, 2025 1 commit
  11. 20 Aug, 2025 1 commit
  12. 19 Aug, 2025 1 commit
    • Musisoul's avatar
      Support Magcache (#219) · 236df981
      Musisoul authored
      * Add magcache
      
      * fix
      
      * lint
      
      * fix
      
      * update script
      
      * Support cfg infer
      
      * support cfg parallel
      
      * update cfgsp/t2v config
      
      * support magcache calibration
      
      * calibration
      236df981
  13. 18 Aug, 2025 2 commits
  14. 15 Aug, 2025 1 commit
  15. 14 Aug, 2025 5 commits
  16. 12 Aug, 2025 2 commits
    • gaclove's avatar
      refactor: improve server configuration and distributed utilities · b099ff96
      gaclove authored
      - Updated `ServerConfig` to raise a RuntimeError when no free port is found, providing clearer guidance for configuration adjustments.
      - Introduced chunked broadcasting and receiving methods in `DistributedManager` to handle large byte data more efficiently.
      - Refactored `broadcast_task_data` and `receive_task_data` methods to utilize the new chunking methods for improved readability and performance.
      - Enhanced error logging in `image_utils.py` by replacing print statements with logger warnings.
      - Cleaned up the `main.py` file by removing unused signal handling code.
      b099ff96
    • gaclove's avatar
      refactor: server api · bab78b8e
      gaclove authored
      - Introduced `image_utils.py` with functions to check, extract, and save base64-encoded images.
      - Updated `TaskRequest` schema to accept base64 images or URLs in `image_path`.
      - Modified `VideoGenerationService` to handle base64 images, saving them appropriately.
      - Updated scripts to convert local image paths to base64 before sending requests.
      bab78b8e
  17. 08 Aug, 2025 2 commits
  18. 07 Aug, 2025 2 commits
  19. 06 Aug, 2025 2 commits