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
8e815fb8
"vscode:/vscode.git/clone" did not exist on "0b8e2a99af95282fd83cdeba841a6ac4194100e9"
Unverified
Commit
8e815fb8
authored
Nov 27, 2025
by
Yang Yong (雍洋)
Committed by
GitHub
Nov 27, 2025
Browse files
Fix bug (#525)
parent
1b144016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lightx2v/models/networks/wan/infer/transformer_infer.py
lightx2v/models/networks/wan/infer/transformer_infer.py
+1
-1
No files found.
lightx2v/models/networks/wan/infer/transformer_infer.py
View file @
8e815fb8
...
@@ -40,7 +40,7 @@ class WanTransformerInfer(BaseTransformerInfer):
...
@@ -40,7 +40,7 @@ class WanTransformerInfer(BaseTransformerInfer):
self
.
seq_p_fp8_comm
=
self
.
config
[
"parallel"
].
get
(
"seq_p_fp8_comm"
,
False
)
self
.
seq_p_fp8_comm
=
self
.
config
[
"parallel"
].
get
(
"seq_p_fp8_comm"
,
False
)
else
:
else
:
self
.
seq_p_group
=
None
self
.
seq_p_group
=
None
elf
.
seq_p_fp8_comm
=
False
s
elf
.
seq_p_fp8_comm
=
False
self
.
infer_func
=
self
.
infer_without_offload
self
.
infer_func
=
self
.
infer_without_offload
self
.
cos_sin
=
None
self
.
cos_sin
=
None
...
...
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