1. 25 Aug, 2025 5 commits
  2. 22 Aug, 2025 1 commit
  3. 21 Aug, 2025 2 commits
  4. 20 Aug, 2025 4 commits
  5. 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
  6. 18 Aug, 2025 8 commits
  7. 16 Aug, 2025 1 commit
  8. 15 Aug, 2025 4 commits
  9. 14 Aug, 2025 11 commits
  10. 12 Aug, 2025 3 commits
    • gaclove's avatar
      f05a99da
    • gaclove's avatar
      doc: update · a3bc0044
      gaclove authored
      a3bc0044
    • 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