1. 04 Sep, 2025 2 commits
  2. 02 Sep, 2025 2 commits
  3. 01 Sep, 2025 2 commits
  4. 29 Aug, 2025 2 commits
  5. 28 Aug, 2025 1 commit
  6. 27 Aug, 2025 2 commits
  7. 26 Aug, 2025 2 commits
  8. 21 Aug, 2025 1 commit
  9. 20 Aug, 2025 1 commit
  10. 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
  11. 18 Aug, 2025 2 commits
  12. 15 Aug, 2025 1 commit
  13. 14 Aug, 2025 5 commits
  14. 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
  15. 08 Aug, 2025 2 commits
  16. 07 Aug, 2025 2 commits
  17. 06 Aug, 2025 5 commits
  18. 05 Aug, 2025 4 commits
  19. 31 Jul, 2025 1 commit