- 12 Aug, 2025 2 commits
-
-
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.
-
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.
-
- 05 Aug, 2025 2 commits
- 18 Jul, 2025 1 commit
-
-
GoatWu authored
-
- 11 Jul, 2025 3 commits
-
-
helloyongyang authored
-
Zhuguanyu Wu authored
* bugs fixed for distill_model server * bug fixed for lora merge
-
GoatWu authored
-
- 10 Jul, 2025 1 commit
-
-
Zhuguanyu Wu authored
* support dynamic cfg for cfg_distill * reformat files
-
- 16 Jun, 2025 1 commit
-
-
gushiqiao authored
-
- 11 May, 2025 1 commit
-
-
helloyongyang authored
-