Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xuwx1
LightX2V
Commits
a951c882
Commit
a951c882
authored
Apr 08, 2025
by
helloyongyang
Browse files
update readme
parent
2a0b7c8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
README.md
README.md
+12
-2
No files found.
README.md
View file @
a951c882
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment