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
64916419
Commit
64916419
authored
Apr 28, 2025
by
helloyongyang
Browse files
update readme
parent
84ece5f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
README.md
README.md
+20
-4
No files found.
README.md
View file @
64916419
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
✅
[
Wan2.1-T2V-CausVid
](
https://huggingface.co/lightx2v/Wan2.1-T2V-14B-CausVid
)
✅
[
Wan2.1-T2V-CausVid
](
https://huggingface.co/lightx2v/Wan2.1-T2V-14B-CausVid
)
##
Fast Start Up
With Conda
##
Build Env
With Conda
```
shell
```
shell
# clone repo and submodules
# clone repo and submodules
...
@@ -39,16 +39,32 @@ cd lightx2v/3rd/flash-attention && pip install --no-cache-dir -v -e .
...
@@ -39,16 +39,32 @@ cd lightx2v/3rd/flash-attention && pip install --no-cache-dir -v -e .
# install flash-attention 3, only if hopper
# install flash-attention 3, only if hopper
cd
lightx2v/3rd/flash-attention/hopper
&&
pip
install
--no-cache-dir
-v
-e
.
cd
lightx2v/3rd/flash-attention/hopper
&&
pip
install
--no-cache-dir
-v
-e
.
```
## Build Env With Docker
```
shell
docker pull lightx2v/lightx2v:latest
docker run
-it
--rm
--name
lightx2v
--gpus
all
--ipc
=
host lightx2v/lightx2v:latest
```
## Run
Infer
```
shell
# modify the parameters of the running script
# modify the parameters of the running script
bash scripts/run_hunyuan_t2v.sh
bash scripts/run_hunyuan_t2v.sh
```
```
## Fast Start Up With Dock
er
Start A Serv
er
```
shell
```
shell
docker pull lightx2v/lightx2v:latest
# modify the parameters of the running script
docker run
-it
--rm
--name
lightx2v
--gpus
all
--ipc
=
host lightx2v/lightx2v:latest
bash scripts/start_server.sh
# modify the message of the post.py
python post.py
```
```
## Contributing Guidelines
## Contributing Guidelines
...
...
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