Commit a951c882 authored by helloyongyang's avatar helloyongyang
Browse files

update readme

parent 2a0b7c8f
...@@ -8,6 +8,16 @@ ...@@ -8,6 +8,16 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## Supported Model List
[HunyuanVideo-T2V](https://huggingface.co/tencent/HunyuanVideo)
[HunyuanVideo-I2V](https://huggingface.co/tencent/HunyuanVideo-I2V)
[Wan2.1-T2V](https://huggingface.co/Wan-AI/Wan2.1-T2V-1.3B)
[Wan2.1-I2V](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P)
## Fast Start Up With Conda ## Fast Start Up With Conda
```shell ```shell
...@@ -35,13 +45,13 @@ We have prepared a `pre-commit` hook to enforce consistent code formatting acros ...@@ -35,13 +45,13 @@ We have prepared a `pre-commit` hook to enforce consistent code formatting acros
1. Install the required dependencies: 1. Install the required dependencies:
```shell ```shell
pip install ruff pre-commit pip install ruff pre-commit
``` ```
2. Then, run the following command before commit: 2. Then, run the following command before commit:
```shell ```shell
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: 3. Finally, please double-check your code to ensure it complies with the following additional specifications as much as possible:
......
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