Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
videogen
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
videogen
Commits
258c584b
Commit
258c584b
authored
Feb 27, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'experimental'
parents
c8cf5eac
b937667b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
videogen.py
videogen.py
+1
-1
No files found.
videogen.py
View file @
258c584b
...
...
@@ -10126,7 +10126,7 @@ def main(args):
# I2V-capable pipelines: StableVideoDiffusionPipeline, I2VGenXLPipeline, LTXImageToVideoPipeline, WanPipeline (with I2V variant)
# T2V-only pipelines: LTXPipeline, MochiPipeline, CogVideoXPipeline, etc.
pipeline_class_name
=
PipelineClass
.
__name__
if
hasattr
(
PipelineClass
,
'__name__'
)
else
str
(
PipelineClass
)
i2v_pipelines
=
[
'StableVideoDiffusionPipeline'
,
'I2VGenXLPipeline'
,
'LTXImageToVideoPipeline'
,
'WanPipeline'
]
i2v_pipelines
=
[
'StableVideoDiffusionPipeline'
,
'I2VGenXLPipeline'
,
'LTXImageToVideoPipeline'
,
'WanPipeline'
,
'WanImageToVideoPipeline'
]
if
pipeline_class_name
in
i2v_pipelines
:
video_kwargs
[
"image"
]
=
init_image
...
...
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