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
3fb9aa7e
Commit
3fb9aa7e
authored
May 22, 2025
by
gushiqiao
Browse files
Fix
parent
4fd83968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lightx2v/models/networks/wan/infer/transformer_infer.py
lightx2v/models/networks/wan/infer/transformer_infer.py
+2
-0
No files found.
lightx2v/models/networks/wan/infer/transformer_infer.py
View file @
3fb9aa7e
...
@@ -50,6 +50,7 @@ class WanTransformerInfer:
...
@@ -50,6 +50,7 @@ class WanTransformerInfer:
x
=
self
.
infer_block
(
x
=
self
.
infer_block
(
self
.
weights_stream_mgr
.
active_weights
[
0
],
self
.
weights_stream_mgr
.
active_weights
[
0
],
grid_sizes
,
grid_sizes
,
embed
,
x
,
x
,
embed0
,
embed0
,
seq_lens
,
seq_lens
,
...
@@ -119,6 +120,7 @@ class WanTransformerInfer:
...
@@ -119,6 +120,7 @@ class WanTransformerInfer:
x
=
self
.
infer_block
(
x
=
self
.
infer_block
(
weights
.
blocks
[
block_idx
],
weights
.
blocks
[
block_idx
],
grid_sizes
,
grid_sizes
,
embed
,
x
,
x
,
embed0
,
embed0
,
seq_lens
,
seq_lens
,
...
...
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