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
dc296c2f
Commit
dc296c2f
authored
Aug 14, 2025
by
helloyongyang
Browse files
update audio scripts
parent
95b58beb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
scripts/wan/run_wan_i2v_audio.sh
scripts/wan/run_wan_i2v_audio.sh
+3
-0
scripts/wan/run_wan_i2v_audio_dist.sh
scripts/wan/run_wan_i2v_audio_dist.sh
+1
-0
No files found.
scripts/wan/run_wan_i2v_audio.sh
View file @
dc296c2f
...
...
@@ -12,6 +12,9 @@ source ${lightx2v_path}/scripts/base/base.sh
export
TORCH_CUDA_ARCH_LIST
=
"9.0"
export
PYTORCH_CUDA_ALLOC_CONF
=
expandable_segments:True
export
ENABLE_GRAPH_MODE
=
false
export
SENSITIVE_LAYER_DTYPE
=
None
python
-m
lightx2v.infer
\
--model_cls
wan2.1_audio
\
--task
i2v
\
...
...
scripts/wan/run_wan_i2v_audio_dist.sh
View file @
dc296c2f
...
...
@@ -13,6 +13,7 @@ export TORCH_CUDA_ARCH_LIST="9.0"
export
PYTORCH_CUDA_ALLOC_CONF
=
expandable_segments:True
export
ENABLE_GRAPH_MODE
=
false
export
SENSITIVE_LAYER_DTYPE
=
None
#for debugging
#export TORCH_NCCL_BLOCKING_WAIT=1 #启用 NCCL 阻塞等待模式(否则 watchdog 会杀死卡顿的进程)
...
...
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