Skip to content

ModelTC/lightx2v

Repository files navigation

LightX2V: Light Video Generation Inference Framework

logo

License Ask DeepWiki Doc Doc Docker


Supported Model List

HunyuanVideo-T2V

HunyuanVideo-I2V

Wan2.1-T2V

Wan2.1-I2V

Wan2.1-T2V-CausVid

SkyReels-V2-DF

CogVideoX1.5-5B-T2V

How to Run

Please refer to the documentation in lightx2v.

Contributing Guidelines

We have prepared a pre-commit hook to enforce consistent code formatting across the project.

  1. Install the required dependencies:
pip install ruff pre-commit
  1. Then, run the following command before commit:
pre-commit run --all-files

Thank you for your contributions!

Acknowledgments

We built the code for this repository by referencing the code repositories involved in all the models mentioned above.