- 18 Sep, 2025 4 commits
- 16 Sep, 2025 7 commits
-
-
gushiqiao authored
-
PengGao authored
Remove unused ProcessManager and TensorTransporter classes from utils.py; eliminate request_queue initialization in TorchrunInferenceWorker.
-
gushiqiao authored
-
PengGao authored
Co-authored-by:Yang Yong(雍洋) <yongyang1030@163.com>
-
LiangLiu authored
deploy update --------- Co-authored-by:
liuliang1 <liuliang1@sensetime.com> Co-authored-by:
qinxinyi <qinxinyi@sensetime.com>
-
gushiqiao authored
-
gushiqiao authored
-
- 15 Sep, 2025 6 commits
-
-
Yang Yong(雍洋) authored
-
Watebear authored
-
Yang Yong(雍洋) authored
-
gushiqiao authored
-
Zhuguanyu Wu authored
-
gushiqiao authored
-
- 13 Sep, 2025 2 commits
-
-
helloyongyang authored
-
PengGao authored
…nt task after broadcasting. Handle exceptions when clearing task event. ## Contributing Guidelines We have prepared a `pre-commit` hook to enforce consistent code formatting across the project. If your code complies with the standards, you should not see any errors, you can clean up your code following the steps below: 1. Install the required dependencies: ```shell pip install ruff pre-commit ``` 2. Then, run the following command before commit: ```shell pre-commit run --all-files ``` 3. Finally, please double-check your code to ensure it complies with the following additional specifications as much as possible: - Avoid hard-coding local paths: Make sure your submissions do not include hard-coded local paths, as these paths are specific to individual development environments and can cause compatibility issues. Use relative paths or configuration files instead. - Clear error handling: Implement clear error-handling mechanisms in your code so that error messages can accurately indicate the location of the problem, possible causes, and suggested solutions, facilitating quick debugging. - Detailed comments and documentation: Add comments to complex code sections and provide comprehensive documentation to explain the functionality of the code, input-output requirements, and potential error scenarios. Thank you for your contributions!
-
- 12 Sep, 2025 1 commit
-
-
Yang Yong(雍洋) authored
## Contributing Guidelines We have prepared a `pre-commit` hook to enforce consistent code formatting across the project. If your code complies with the standards, you should not see any errors, you can clean up your code following the steps below: 1. Install the required dependencies: ```shell pip install ruff pre-commit ``` 2. Then, run the following command before commit: ```shell pre-commit run --all-files ``` 3. Finally, please double-check your code to ensure it complies with the following additional specifications as much as possible: - Avoid hard-coding local paths: Make sure your submissions do not include hard-coded local paths, as these paths are specific to individual development environments and can cause compatibility issues. Use relative paths or configuration files instead. - Clear error handling: Implement clear error-handling mechanisms in your code so that error messages can accurately indicate the location of the problem, possible causes, and suggested solutions, facilitating quick debugging. - Detailed comments and documentation: Add comments to complex code sections and provide comprehensive documentation to explain the functionality of the code, input-output requirements, and potential error scenarios. Thank you for your contributions! --------- Co-authored-by:gushiqiao <975033167@qq.com>
-
- 11 Sep, 2025 1 commit
-
-
sandy authored
-
- 05 Sep, 2025 3 commits
-
-
PengGao authored
Enhance isotropic crop and resize functionality to support both single and multiple frame inputs. Introduce 'fixed_min_side' resize mode for improved aspect ratio handling based on specified resolutions. (#293)
-
PengGao authored
* Add LoRA support in Wan22MoeRunner for high and low noise models, including validation and logging of loaded configurations. * Update lightx2v/models/runners/wan/wan_runner.py Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
-
Yang Yong(雍洋) authored
-
- 04 Sep, 2025 5 commits
-
-
Yang Yong(雍洋) authored
-
Yang Yong(雍洋) authored
-
sandy authored
-
Yang Yong(雍洋) authored
-
gushiqiao authored
-
- 03 Sep, 2025 4 commits
-
-
helloyongyang authored
-
helloyongyang authored
-
LiangLiu authored
* Init deploy: not ok * Test data_manager & task_manager * pipeline is no need for worker * Update worker text_encoder * deploy: submit task * add apis * Test pipelineRunner * Fix pipeline * Tidy worker & test PipelineWorker ok * Tidy code * Fix multi_stage for wan2.1 t2v & i2v * api query task, get result & report subtasks failed when workers stop * Add model list functionality to Pipeline and API * Add task cancel and task resume to API * Add RabbitMQ queue manager * update local task manager atomic * support postgreSQL task manager, add lifespan async init * worker print -> logger * Add S3 data manager, delete temp objects after finished. * fix worker * release fetch queue msg when closed, run stuck worker in another thread, stop worker when process down. * DiTWorker run with thread & tidy logger print * Init monitor without test * fix monitor * github OAuth and jwt token access & static demo html page * Add user to task, ok for local task manager & update demo ui * sql task manager support users * task list with pages * merge main fix * Add proxy for auth request * support wan audio * worker ping subtask and ping life, fix rabbitmq async get, * s3 data manager with async api & tidy monitor config * fix merge main & update req.txt & fix html view video error * Fix distributed worker * LImit user visit freq * Tidy * Fix only rank save * Fix audio input * Fix worker fetch None * index.html abs path to rel path * Fix dist worker stuck * support publish output video to rtmp & graceful stop running dit step or segment step * Add VAReader * Enhance VAReader with torch dist * Fix audio stream input * fix merge refractor main, support stream input_audio and output_video * fix audio read with prev frames & fix end take frames & tidy worker end * split audio model to 4 workers & fix audio end frame * fix ping subtask with queue * Fix audio worker put block & add whep, whip without test ok * Tidy va recorder & va reader log, thread canel within 30s * Fix dist worker stuck: broadcast stop signal * Tidy * record task active_elapse & subtask status_elapse * Design prometheus metrics * Tidy prometheus metrics * Fix merge main * send sigint to ffmpeg process * Fix gstreamer pull audio by whep & Dockerfile for gstreamer & check params when submitting * Fix merge main * Query task with more info & va_reader buffer size = 1 * Fix va_recorder * Add config for prev_frames * update frontend * update frontend * update frontend * update frontend merge * update frontend & partial backend * Different rank for va_recorder and va_reader * Fix mem leak: only one rank publish video, other rank should pop gen vids * fix task category * va_reader pre-alloc tensor & va_recorder send frames all & fix dist cancel infer * Fix prev_frame_length * Tidy * Tidy * update frontend & backend * Fix lint error * recover some files * Tidy * lint code --------- Co-authored-by:
liuliang1 <liuliang1@sensetime.com> Co-authored-by:
unknown <qinxinyi@sensetime.com>
-
helloyongyang authored
-
- 02 Sep, 2025 7 commits
-
-
Yang Yong(雍洋) authored
-
Yang Yong(雍洋) authored
-
Yang Yong(雍洋) authored
-
Yang Yong(雍洋) authored
-
gushiqiao authored
-
sandy authored
* [Feat] Make prev_frame_length parameter configurable via config * Add newline at end of file in wan_audio_runner.py --------- Co-authored-by:Yang Yong(雍洋) <yongyang1030@163.com>
-
gushiqiao authored
* [Fix] Fix A14B load quant model bug and tae bug * [Fix] Fix A14B load quant model bug and tae bug
-