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