- 10 Dec, 2025 1 commit
-
-
Gu Shiqiao authored
-
- 05 Dec, 2025 1 commit
-
-
Gu Shiqiao authored
-
- 04 Dec, 2025 5 commits
-
-
Yang Yong (雍洋) authored
-
Yang Yong (雍洋) authored
-
helloyongyang authored
-
helloyongyang authored
-
helloyongyang authored
-
- 24 Nov, 2025 4 commits
-
-
Gu Shiqiao authored
-
Gu Shiqiao authored
-
gushiqiao authored
-
Yang Yong (雍洋) authored
-
- 23 Nov, 2025 1 commit
-
-
Musisoul authored
### 单卡 ```bash python examples/simple_launch.py ``` ```python # examples/simple_launch.py from lightx2v import LightGenerator generator = LightGenerator( model_path="/path/to/Wan2.1-T2V-1.3B", model_cls="wan2.1", task="t2v", ) video_path = generator.generate( prompt="Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.", negative_prompt="镜头晃动,色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走", seed=42, save_result_path="output.mp4", ) ``` ### 多卡 ```bash export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 torchrun --nproc_per_node=8 examples/multi_launch.py ``` --------- Co-authored-by:gushiqiao <975033167@qq.com>
-
- 21 Nov, 2025 5 commits
-
-
Yang Yong (雍洋) authored
-
gushiqiao authored
-
Yang Yong (雍洋) authored
-
gushiqiao authored
Added new model links and recommendations for lightweight autoencoders.
-
Yang Yong (雍洋) authored
Thanks to HunyuanVideo Team and ModelTC Team. --------- Co-authored-by:
gushiqiao <975033167@qq.com> Co-authored-by:
gushiqiao <77222802+gushiqiao@users.noreply.github.com> Co-authored-by:
chendingyu <chendingyu1@sensetime.com> Co-authored-by:
XHPlus <xhplus@163.com> Co-authored-by:
wangshankun <wangshankun2011@hotmail.com> Co-authored-by:
STwangyingrui <86730325+STwangyingrui@users.noreply.github.com> Co-authored-by:
root <root@pt-80f094c20fc44a8cad096e5f3dbc962e-worker-0.pt-80f094c20fc44a8cad096e5f3dbc962e.ns-devsft-3460edd0.svc.cluster.local>
-
- 13 Nov, 2025 1 commit
-
-
Watebear authored
-
- 21 Oct, 2025 2 commits
- 31 Jul, 2025 1 commit
-
-
helloyongyang authored
-
- 29 Jul, 2025 1 commit
-
-
helloyongyang authored
-
- 23 Jul, 2025 1 commit
-
-
helloyongyang authored
-
- 22 Jul, 2025 2 commits
-
-
gushiqiao authored
-
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:helloyongyang <yongyang1030@163.com>
-
- 18 Jul, 2025 1 commit
-
-
gushiqiao authored
-
- 17 Jul, 2025 4 commits
-
-
gushiqiao authored
-
helloyongyang authored
-
helloyongyang authored
-
gushiqiao authored
-
- 16 Jul, 2025 1 commit
-
-
helloyongyang authored
-
- 11 Jul, 2025 3 commits
-
-
helloyongyang authored
-
helloyongyang authored
-
helloyongyang authored
-
- 10 Jul, 2025 6 commits
-
-
Harahan authored
-
Harahan authored
-
helloyongyang authored
-
helloyongyang authored
-
helloyongyang authored
-
helloyongyang authored
-