1. 18 Aug, 2025 2 commits
  2. 16 Aug, 2025 1 commit
  3. 15 Aug, 2025 7 commits
  4. 14 Aug, 2025 14 commits
  5. 12 Aug, 2025 6 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
    • 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
    • gushiqiao's avatar
      Update vae_2_2.py · fab43a07
      gushiqiao authored
      fab43a07
    • wangshankun's avatar
      update audio split fun · 7516ad2a
      wangshankun authored
      7516ad2a
  6. 11 Aug, 2025 9 commits
  7. 09 Aug, 2025 1 commit