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
de3ada69
Commit
de3ada69
authored
Aug 18, 2025
by
gushiqiao
Committed by
GitHub
Aug 18, 2025
Browse files
Update infer.py
parent
e76beda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lightx2v/infer.py
lightx2v/infer.py
+1
-1
No files found.
lightx2v/infer.py
View file @
de3ada69
...
...
@@ -66,7 +66,7 @@ def main():
parser
.
add_argument
(
"--negative_prompt"
,
type
=
str
,
default
=
""
)
parser
.
add_argument
(
"--image_path"
,
type
=
str
,
default
=
""
,
help
=
"The path to input image file for image-to-video (i2v) task"
)
parser
.
add_argument
(
"--last_frame_path"
,
type
=
str
,
default
=
""
,
help
=
"The path to last frame file for first-last-frame-to-video (
i
2v) task"
)
parser
.
add_argument
(
"--last_frame_path"
,
type
=
str
,
default
=
""
,
help
=
"The path to last frame file for first-last-frame-to-video (
flf
2v) task"
)
parser
.
add_argument
(
"--audio_path"
,
type
=
str
,
default
=
""
,
help
=
"The path to input audio file for audio-to-video (a2v) task"
)
parser
.
add_argument
(
"--save_video_path"
,
type
=
str
,
default
=
"./output_lightx2v.mp4"
,
help
=
"The path to save video path/file"
)
...
...
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