Commit c5048775 authored by helloyongyang's avatar helloyongyang
Browse files

update readme

parent 49ba1835
# LightX2V: Light Video Generation Inference Framework # LightX2V: Light Video Generation Inference Framework
<div align="center"> <div align="center" id="lightx2v">
<picture> <img alt="logo" src="assets/img_lightx2v.jpg" width=75%></img>
<img alt="LightLLM" src="assets/img_lightx2v.jpg" width=75%>
</picture>
</div>
-------------------------------------------------------------------------------- [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ModelTC/lightx2v) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ModelTC/lightx2v)
[![Doc](https://img.shields.io/badge/docs-English-99cc2)](https://github.com/ModelTC/lightx2v/tree/main/docs/en_US)
[![Doc](https://img.shields.io/badge/文档-中文-99cc2)](https://github.com/ModelTC/lightx2v/tree/main/docs/zh_CN)
[![Docker](https://badgen.net/badge/icon/docker?icon=docker&label)](https://hub.docker.com/r/lightx2v/lightx2v/tags)
</div>
--------------------------------------------------------------------------------
## Supported Model List ## Supported Model List
...@@ -32,7 +34,7 @@ Please refer to the [documentation](https://github.com/ModelTC/lightx2v/tree/mai ...@@ -32,7 +34,7 @@ Please refer to the [documentation](https://github.com/ModelTC/lightx2v/tree/mai
## Contributing Guidelines ## 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: We have prepared a `pre-commit` hook to enforce consistent code formatting across the project.
1. Install the required dependencies: 1. Install the required dependencies:
...@@ -46,9 +48,9 @@ pip install ruff pre-commit ...@@ -46,9 +48,9 @@ pip install ruff pre-commit
pre-commit run --all-files 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! 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.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment