1. 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
  2. 08 Aug, 2025 2 commits
  3. 07 Aug, 2025 2 commits
  4. 06 Aug, 2025 5 commits
  5. 05 Aug, 2025 4 commits
  6. 31 Jul, 2025 3 commits
  7. 30 Jul, 2025 2 commits
  8. 29 Jul, 2025 3 commits
  9. 28 Jul, 2025 1 commit
  10. 22 Jul, 2025 2 commits
    • PengGao's avatar
      Feat vfi (#158) · db4238af
      PengGao authored
      
      
      * feat: add vfi(rife)
      
      * refactor: update video saving functionality and add VAE to ComfyUI image conversion.
      
      * refactor: enhance video saving process and integrate VAE to ComfyUI image conversion
      
      * refactor: reorganize imports and enhance code structure in default_runner and utils modules
      
      * feat: add video frame interpolation support with RIFE model integration
      
      * refactor: streamline code structure and improve readability in IFNet and refine modules
      
      * fix: style
      
      * feat: add script for downloading and installing RIFE model with flownet.pkl extraction
      
      * update
      
      * docs: update README and documentation to include video frame interpolation feature with RIFE model
      
      * fix ci
      
      * docs: enhance video frame interpolation documentation and update configuration usage for RIFE model
      
      ---------
      Co-authored-by: default avatarhelloyongyang <yongyang1030@163.com>
      db4238af
    • GoatWu's avatar
      update dynamic-cfg settings · 8ddd33a5
      GoatWu authored
      8ddd33a5
  11. 20 Jul, 2025 5 commits
  12. 19 Jul, 2025 1 commit
  13. 18 Jul, 2025 3 commits
  14. 17 Jul, 2025 2 commits
  15. 16 Jul, 2025 2 commits
  16. 15 Jul, 2025 1 commit