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
8e7490b9
Commit
8e7490b9
authored
Aug 05, 2025
by
helloyongyang
Browse files
update
parent
194e3bf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lightx2v/infer.py
lightx2v/infer.py
+1
-0
scripts/wan/run_wan_i2v.sh
scripts/wan/run_wan_i2v.sh
+2
-2
No files found.
lightx2v/infer.py
View file @
8e7490b9
import
argparse
import
json
import
torch.distributed
as
dist
from
loguru
import
logger
...
...
scripts/wan/run_wan_i2v.sh
View file @
8e7490b9
#!/bin/bash
# set path and first
lightx2v_path
=
/data/nvme1/yongyang/projects/pa/cnm/LightX2V
model_path
=
/data/nvme1/models/x2v_models/wan/Wan2.1-I2V-14B-480P
lightx2v_path
=
model_path
=
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
...
...
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