- 10 Oct, 2025 2 commits
-
-
LiangLiu authored
1、frontend vue+vite 2、share task & template 3、x264 rtc stream push
-
- 09 Oct, 2025 1 commit
-
-
gushiqiao authored
-
- 01 Oct, 2025 2 commits
-
-
Yang Yong (雍洋) authored
-
Yang Yong (雍洋) authored
-
- 29 Sep, 2025 4 commits
-
-
Yang Yong (雍洋) authored
-
Watebear authored
support self-forcing wan2.1 dmd
-
gushiqiao authored
Co-authored-by:Yang Yong (雍洋) <yongyang1030@163.com>
-
gushiqiao authored
-
- 28 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 27 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 25 Sep, 2025 2 commits
- 24 Sep, 2025 3 commits
-
-
sandy authored
Co-authored-by:
PengGao <peng.gaoc@gmail.com> Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by:
Yang Yong (雍洋) <yongyang1030@163.com>
-
Watebear authored
-
gushiqiao authored
-
- 23 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 22 Sep, 2025 1 commit
-
-
LiangLiu authored
update deploy --------- Co-authored-by:
liuliang1 <liuliang1@sensetime.com> Co-authored-by:
qinxinyi <qinxinyi@sensetime.com> Co-authored-by:
Yang Yong(雍洋) <yongyang1030@163.com>
-
- 20 Sep, 2025 1 commit
-
-
gushiqiao authored
-
- 18 Sep, 2025 4 commits
- 16 Sep, 2025 6 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
-
- 15 Sep, 2025 5 commits
-
-
Watebear authored
-
Yang Yong(雍洋) authored
-
gushiqiao authored
-
Zhuguanyu Wu authored
-
gushiqiao authored
-
- 13 Sep, 2025 1 commit
-
-
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 2 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>
-
- 04 Sep, 2025 1 commit
-
-
Yang Yong(雍洋) authored
-